Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/12/2014
Sends a command to the device-side application, asynchronously. No return value is expected from the device app.
Namespace: Microsoft.RemoteToolSdk.PluginComponents
Assembly: Microsoft.RemoteToolSdk (in microsoft.remotetoolsdk.dll)
Syntax
public void SendCommand (
CommandPacket commandIn,
PluginData pluginData
)
'Declaration
Public Sub SendCommand ( _
commandIn As CommandPacket, _
pluginData As PluginData _
)
Parameters
- commandIn
The Command Packet to send to the device.
- pluginData
The plug-in data object that is associated with the packet.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.
See Also
Reference
CommandTransport Class
CommandTransport Members
Microsoft.RemoteToolSdk.PluginComponents Namespace