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

Parameters

messageType  MessageType
The MessageType of the messages to count.

Return Value

Int32
The count of messages.
See Also