ObjectSerializer.DeserializeStateManager(Guid, Stream, StringLookup) 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::Core::IStateManager ^ DeserializeStateManager(Guid stateId, System::IO::Stream ^ s, Microsoft::XLANGs::Core::StringLookup ^ lookup);
public static Microsoft.XLANGs.Core.IStateManager DeserializeStateManager (Guid stateId, System.IO.Stream s, Microsoft.XLANGs.Core.StringLookup lookup);
static member DeserializeStateManager : Guid * System.IO.Stream * Microsoft.XLANGs.Core.StringLookup -> Microsoft.XLANGs.Core.IStateManager
Public Shared Function DeserializeStateManager (stateId As Guid, s As Stream, lookup As StringLookup) As IStateManager
Parameters
- stateId
- Guid
- s
- Stream
- lookup
- StringLookup