SessionSendMessageCommandParameter Constructors
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.
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