ChannelSinkCallContext.DeserializeStringToChannelSinkCallContext 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.
public:
static Microsoft::XLANGs::RuntimeTypes::ChannelSinkCallContext ^ DeserializeStringToChannelSinkCallContext(System::String ^ serializedGraph);
public static Microsoft.XLANGs.RuntimeTypes.ChannelSinkCallContext DeserializeStringToChannelSinkCallContext (string serializedGraph);
static member DeserializeStringToChannelSinkCallContext : string -> Microsoft.XLANGs.RuntimeTypes.ChannelSinkCallContext
Public Shared Function DeserializeStringToChannelSinkCallContext (serializedGraph As String) As ChannelSinkCallContext
Parameters
- serializedGraph
- String