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