3.11.5.3.2.1 NotifyClientByName
This element specifies input values for the NotifyClientByName operation.
-
<xs:element name="NotifyClientByName"> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" name="name" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="messageId" type="xs:unsignedInt" /> <xs:element minOccurs="0" name="message" nillable="true" type="xs:string" /> </xs:sequence> </xs:complexType> </xs:element>
name: A string representing the ID of the client.
messageId: An integer representing the ID of the client notification message.
message: A string that contains the content of the client notification message.