Click or drag to resize

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.4.717.3176 (8.4.0717.3176)
Syntax
C#
public int GetMessageCount(
	MessageType messageType
)

Parameters

messageType
Type: Cobra.WebService.ClientAPIMessageType
The MessageType of the messages to count.

Return Value

Type: Int32
The count of messages.
See Also