ICcmStateMessage3.SetTopicID Method (UInt32, String)
Sets the state topic ID.
Namespace: Microsoft.ConfigurationManagement.Messaging.Sender.Ccm
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
void SetTopicID(
uint topicIDType,
string topicId
)
void SetTopicID(
unsigned int topicIDType,
String^ topicId
)
Sub SetTopicID (
topicIDType As UInteger,
topicId As String
)
Parameters
topicIDType
Type: System.UInt32Topic ID type.
topicId
Type: System.StringTopic ID.
See Also
ICcmStateMessage3 Interface
Microsoft.ConfigurationManagement.Messaging.Sender.Ccm Namespace
Return to top