CallFlowContextGetCallCount Method |
Gets the number of calls that are in the given state at the time the method is called.
Returns 0 if the context is closed.
Namespace:
CallFlowFramework
Assembly:
CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntaxpublic int GetCallCount(
CallState call_state
)
public:
int GetCallCount(
CallState call_state
)
Parameters
- call_state
- Type: CallState
[Missing <param name="call_state"/> documentation for "M:CallFlowFramework.CallFlowContext.GetCallCount(DomainModel.CallState)"]
Return Value
Type:
Int32[Missing <returns> documentation for "M:CallFlowFramework.CallFlowContext.GetCallCount(DomainModel.CallState)"]
See Also