PSWorkflowRemoteActivityState.GetSerializedData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)))