ExtractSerializedParameters Method

Important

This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.

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.Messages
Assembly:  Microsoft.Dynamics.Commerce.Runtime.Framework (in Microsoft.Dynamics.Commerce.Runtime.Framework.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

Request Class

Microsoft.Dynamics.Commerce.Runtime.Messages Namespace