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