ExtractSerializedParameters Method

Serializes the parameters. Used for logging purposes. The user should override this method with a custom implementation if the default xml serialization of the object would be too big for the database row.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.Services
Assembly:  Microsoft.Dynamics.Commerce.Runtime (in Microsoft.Dynamics.Commerce.Runtime.dll)

Syntax

'Declaration
Protected Overridable Function ExtractSerializedParameters As String
'Usage
Dim returnValue As String

returnValue = Me.ExtractSerializedParameters()
protected virtual string ExtractSerializedParameters()
protected:
virtual String^ ExtractSerializedParameters()

Return Value

Type: System.String
Serialized parameters.

See Also

Reference

ServiceRequest Class

Microsoft.Dynamics.Commerce.Runtime.Services Namespace