InstantMessagingCommandActivity Constructor (String)
Creates a new instance with the specified name.
Namespace: Microsoft.Rtc.Workflow.Activities
Assembly: Microsoft.Rtc.Workflow (in Microsoft.Rtc.Workflow.dll)
Syntax
'Declaration
Public Sub New ( _
name As String _
)
public InstantMessagingCommandActivity(
string name
)
public:
InstantMessagingCommandActivity(
String^ name
)
Microsoft.Rtc.Workflow.Activities.InstantMessagingCommandActivity = function(name);
Parameters
- name
Type: System.String
See Also
InstantMessagingCommandActivity Class