ChannelEventArgs(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.