.NET Framework Class Library
Messages.SendCommandMessageToUser Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > Messages Class > Messages Methods > .NET Framework Class Library |
Send a command to the execution queue of the specified user.
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Sub SendCommandMessageToUser ( _ msgPathName As String, _ |
C# |
|---|
public void SendCommandMessageToUser( string msgPathName, |
Visual C++ |
|---|
public: void SendCommandMessageToUser( |
JavaScript |
|---|
function sendCommandMessageToUser(msgPathName, userName); |
Parameters
msgPathName
Type: System.String
complete path of the message file
userName
Type: System.String
name of the user
Remarks
See Also