WorkflowPersistenceService.GetDefaultSerializedForm(Activity) 方法

定义

检索序列化的默认格式 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()

参数

activity
Activity

Activity请求其序列化表单。

返回

Byte[]

序列化的默认形式 Activity

适用于