|
TelephonyServerSessionStatsCommand Method (String, Byte) |
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,
byte[] data
)
Public Function SessionStatsCommand (
command As String,
data As Byte()
) As Integer
public:
int SessionStatsCommand(
String^ command,
array<unsigned char>^ data
)
member SessionStatsCommand :
command : string *
data : byte[] -> int
Parameters
- command
- Type: SystemString
- data
- Type: SystemByte
Return Value
Type:
Int32[Missing <returns> documentation for "M:VoiceElements.Client.TelephonyServer.SessionStatsCommand(System.String,System.Byte[])"]
See Also