Share via


Message.SimpleBodyDeserialization<T> Method ()

 

Helper function that deserializes an object from the existing payload.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

protected internal T SimpleBodyDeserialization<T>()
public protected:
generic<typename T>
T SimpleBodyDeserialization()
Protected Friend Function SimpleBodyDeserialization(Of T) As T

Return Value

Type: T

Deserialized instance of the body.

Type Parameters

  • T
    Destination object type.

See Also

SimpleBodyDeserialization Overload
Message Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top