ChannelEventArgs Constructor (String)
Applies To: Dynamics CRM 2015
Initializes a new instance of the ChannelEventArgs class using a message.
Namespace: Microsoft.Xrm.Sdk.Client
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
public ChannelEventArgs(
string message
)
public:
ChannelEventArgs(
String^ message
)
new :
message:string -> ChannelEventArgs
Public Sub New (
message As String
)
Parameters
message
Type: System.StringType: String. The message describing the event.
See Also
ChannelEventArgs Class
Microsoft.Xrm.Sdk.Client Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright