ServiceResultGetMessageCount Method |
Gets the count of messages of the specified MessageType.
Namespace:
Cobra.WebService.ClientAPI
Assembly:
Cobra.WebService.ClientAPI (in Cobra.WebService.ClientAPI.dll) Version: 8.5.716.3700 (8.5.0716.3700)
Syntaxpublic int GetMessageCount(
MessageType messageType
)
Parameters
- messageType
- Type: Cobra.WebService.ClientAPIMessageType
The MessageType of the messages to count.
Return Value
Type:
Int32The count of messages.
See Also