SessionSendMessageCommandParameter Constructors

Definition

Overloads

SessionSendMessageCommandParameter()

Initializes a new instance of the SessionSendMessageCommandParameter class.

SessionSendMessageCommandParameter(String, String)

Initializes a new instance of the SessionSendMessageCommandParameter class with required arguments.

SessionSendMessageCommandParameter()

Initializes a new instance of the SessionSendMessageCommandParameter class.

public SessionSendMessageCommandParameter ();
Public Sub New ()

Applies to

SessionSendMessageCommandParameter(String, String)

Initializes a new instance of the SessionSendMessageCommandParameter class with required arguments.

public SessionSendMessageCommandParameter (string userUpn, string message);
new Microsoft.WindowsAzure.Management.RemoteApp.Models.SessionSendMessageCommandParameter : string * string -> Microsoft.WindowsAzure.Management.RemoteApp.Models.SessionSendMessageCommandParameter
Public Sub New (userUpn As String, message As String)

Parameters

userUpn
String
message
String

Applies to