Set some workflow assocs

Namespace: Contracts.Data
Assembly: Contracts (in Contracts.dll)

Public Shared Function SerializeWorkflowAssociations( _ 
ByVal workflow_assocs As Dictionary(Of EntityType, HashSet(Of EntityID)) _ 
) As Byte()
This language is not supported or no code example is available.
public static byte[] SerializeWorkflowAssociations( 
Dictionary<EntityType, HashSet<EntityID>> workflow_assocs 
)
This language is not supported or no code example is available.
public:  
static array< Byte >^ SerializeWorkflowAssociations( 
Dictionary<EntityType^, HashSet<EntityID^>^>^ workflow_assocs 
)
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

workflow_assocs
Type: Dictionary<EntityType, HashSet<EntityID>>

Return Value

Type: byte[]

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1