|
TelephonyServerSessionStatsCommand Method (String) |
Issues commands to the SessionStats engine.
Namespace:
VoiceElements.Client
Assembly:
VoiceElementsClient (in VoiceElementsClient.dll) Version: 8.6.1.1
Syntax public int SessionStatsCommand(
string command
)
Public Function SessionStatsCommand (
command As String
) As Integer
public:
int SessionStatsCommand(
String^ command
)
member SessionStatsCommand :
command : string -> int
Parameters
- command
- Type: SystemString
Return Value
Type:
Int32[Missing <returns> documentation for "M:VoiceElements.Client.TelephonyServer.SessionStatsCommand(System.String)"]
See Also