Click or drag to resize

RequestDispatcherDispatch Method

Namespace:  SoftGear.Strix.Client.Core.Request
Assembly:  strix-client-csharp-core (in strix-client-csharp-core.dll) Version: 2.3.0
Syntax
C#
public bool Dispatch(
	IMessageChannel messageChannel,
	Object message
)

Parameters

messageChannel
Type: IMessageChannel
message
Type: SystemObject

Return Value

Type: Boolean

Implements

IRequestDispatcherDispatch(IMessageChannel, Object)
See Also