Returns the number of messages correctly contained in ServerAgent's state manager.

Namespace:  Microsoft.Rtc.Sip
Assembly:  ServerAgent(in ServerAgent.dll)

Syntax

Visual Basic (declaration)
Public 
ReadOnly 
Property 
MessagesInServerAgent 
As 
Integer
	
Get
Visual Basic (usage)
Dim 
instance 
As 

ServerAgent
Dim 
value 
As 
Integer

value = instance.
MessagesInServerAgent
C#
public 
int 
MessagesInServerAgent { 
get; }

Property value

Type: System . . :: . . Int32

Remarks

This can be used by an application to throttle the processing rate. Note that throttling may cause messages to be rejected by the Server.

See also