ChannelEventArgs(String) Constructor

Definition

Initializes a new instance of the ChannelEventArgs class using a message.

public:
 ChannelEventArgs(System::String ^ message);
public ChannelEventArgs (string message);
new Microsoft.Xrm.Sdk.Client.ChannelEventArgs : string -> Microsoft.Xrm.Sdk.Client.ChannelEventArgs
Public Sub New (message As String)

Parameters

message
String

The message describing the event.

Applies to