IApplicationEventsUsageStatAdded Method |
method UsageStatAdded
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxvoid UsageStatAdded(
string protocol,
int callDepth
)
Sub UsageStatAdded (
protocol As String,
callDepth As Integer
)
Dim instance As IApplicationEvents
Dim protocol As String
Dim callDepth As Integer
instance.UsageStatAdded(protocol, callDepth)
void UsageStatAdded(
[InAttribute] String^ protocol,
[InAttribute] int callDepth
)
Parameters
- protocol
- Type: SystemString
- callDepth
- Type: SystemInt32
See Also