Click or drag to resize
weroSoft AG, Software
DataConverterExtensionsApply Method (DataTransferMessage, HandlingInfo)
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.

[Missing <summary> documentation for "M:WeroSoft.Heron.Connection.Federate.DataConverterExtensions.Apply(WeroSoft.Contracts.Connection.Federate.DataTransferMessage,WeroSoft.Contracts.Connection.Federate.HandlingInfo)"]

Namespace:  WeroSoft.Heron.Connection.Federate
Assembly:  WeroSoft.Heron.Connection.Contracts (in WeroSoft.Heron.Connection.Contracts.dll) Version: 3.0 Pre-Release
Syntax
C#
public static void Apply(
	this DataTransferMessage message,
	HandlingInfo handlingInfo
)

Parameters

message
Type: WeroSoft.Contracts.Connection.FederateDataTransferMessage

[Missing <param name="message"/> documentation for "M:WeroSoft.Heron.Connection.Federate.DataConverterExtensions.Apply(WeroSoft.Contracts.Connection.Federate.DataTransferMessage,WeroSoft.Contracts.Connection.Federate.HandlingInfo)"]

handlingInfo
Type: WeroSoft.Contracts.Connection.FederateHandlingInfo

[Missing <param name="handlingInfo"/> documentation for "M:WeroSoft.Heron.Connection.Federate.DataConverterExtensions.Apply(WeroSoft.Contracts.Connection.Federate.DataTransferMessage,WeroSoft.Contracts.Connection.Federate.HandlingInfo)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type DataTransferMessage. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also