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.5.700.3359 (8.5.0700.3359)
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