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.6.701.3651 (8.6.0701.3651)
Syntaxpublic int GetMessageCount(
MessageType messageType
)
Parameters
- messageType MessageType
- The MessageType of the messages to count.
Return Value
Int32The count of messages.
See Also