StandardMessageContent Constructor

Scanjour Workflow4 Reference Manual
Initializes a new instance of the StandardMessageContent class

Namespace:  WorkZone.Dispatcher.Base.Messages
Assembly:  WorkZone.Dispatcher.Base_23.1.0.0 (in WorkZone.Dispatcher.Base_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public StandardMessageContent(
	byte[] data,
	string contentType
)

Parameters

data
Type: SystemByte

[Missing <param name="data"/> documentation for "M:WorkZone.Dispatcher.Base.Messages.StandardMessageContent.#ctor(System.Byte[],System.String)"]

contentType
Type: SystemString

[Missing <param name="contentType"/> documentation for "M:WorkZone.Dispatcher.Base.Messages.StandardMessageContent.#ctor(System.Byte[],System.String)"]

See Also

Reference