Share via


PSWorkflowRemoteActivityState.GetSerializedData Method

Definition

Retrieves RemoteActivityState object to be serialized

public:
 System::Collections::Generic::Dictionary<System::String ^, System::Collections::Generic::Dictionary<int, Tuple<System::Object ^, System::String ^> ^> ^> ^ GetSerializedData();
public System.Collections.Generic.Dictionary<string,System.Collections.Generic.Dictionary<int,Tuple<object,string>>> GetSerializedData ();
member this.GetSerializedData : unit -> System.Collections.Generic.Dictionary<string, System.Collections.Generic.Dictionary<int, obj * string>>
Public Function GetSerializedData () As Dictionary(Of String, Dictionary(Of Integer, Tuple(Of Object, String)))

Returns

Applies to