WorkflowPersistenceService.RestoreFromDefaultSerializedForm Methode

Definition

Stellt das Activity serialisierte Formular wieder her.

protected:
 static System::Workflow::ComponentModel::Activity ^ RestoreFromDefaultSerializedForm(cli::array <System::Byte> ^ activityBytes, System::Workflow::ComponentModel::Activity ^ outerActivity);
protected static System.Workflow.ComponentModel.Activity RestoreFromDefaultSerializedForm(byte[] activityBytes, System.Workflow.ComponentModel.Activity outerActivity);
static member RestoreFromDefaultSerializedForm : byte[] * System.Workflow.ComponentModel.Activity -> System.Workflow.ComponentModel.Activity
Protected Shared Function RestoreFromDefaultSerializedForm (activityBytes As Byte(), outerActivity As Activity) As Activity

Parameter

activityBytes
Byte[]

Die serialisierte Form von Activity.

outerActivity
Activity

Das äußere ActivityElement, das das Activity Wiederherstellen enthält.

Gibt zurück

Die wiederhergestellte Activity.

Gilt für: