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.7.700.3793 (8.7.0700.3793)
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