WorkflowPersistenceService.GetDefaultSerializedForm(Activity) Method

Definition

Retrieves the serialized default form of the Activity.

protected:
 static cli::array <System::Byte> ^ GetDefaultSerializedForm(System::Workflow::ComponentModel::Activity ^ activity);
protected static byte[] GetDefaultSerializedForm (System.Workflow.ComponentModel.Activity activity);
static member GetDefaultSerializedForm : System.Workflow.ComponentModel.Activity -> byte[]
Protected Shared Function GetDefaultSerializedForm (activity As Activity) As Byte()

Parameters

activity
Activity

The Activity whose serialized form is requested.

Returns

Byte[]

The serialized default form of the Activity.

Applies to