Click or drag to resize

ServiceEnvironmentGetMessageCount Method

Returns the number of message of the specified messageType.

Namespace: Cobra.Model.WebService
Assembly: Cobra.Model.WebService (in Cobra.Model.WebService.dll) Version: 8.7.700.3793 (8.7.0700.3793)
Syntax
C#
public int GetMessageCount(
	MessageType? messageType = null
)

Parameters

messageType  NullableMessageType  (Optional)
One of the MessageType values to retrieve the count or null to return count of all messages.

Return Value

Int32
The number of message.
See Also