Partilhar via


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

Implements

ICcmStateMessage3.SetTopicID(UInt32, String)

See Also

CcmStateMessage Class
Microsoft.ConfigurationManagement.Messaging.Sender.Ccm Namespace

Return to top