WorkflowPropertySerialization.SerializeWorkflowAssociations Method
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.
Parameters
- workflow_assocs
- Dictionary<EntityType, HashSet<EntityID>>