ApplicationEventsClassUsageStatAdded Method |
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual void UsageStatAdded(
string protocol,
int callDepth
)
Public Overridable Sub UsageStatAdded (
protocol As String,
callDepth As Integer
)
Dim instance As ApplicationEventsClass
Dim protocol As String
Dim callDepth As Integer
instance.UsageStatAdded(protocol, callDepth)
public:
virtual void UsageStatAdded(
[InAttribute] String^ protocol,
[InAttribute] int callDepth
)
Parameters
- protocol
- Type: SystemString
- callDepth
- Type: SystemInt32
Implements
IApplicationEventsUsageStatAdded(String, Int32)
See Also