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.
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
ICcmStateMessage Interface
Microsoft.ConfigurationManagement.Messaging.Sender.Ccm Namespace
Return to top