[Missing <summary> documentation for "M:OPSSDK.CallStateHelper.IsInCall(OPSSDKCommon.Model.Call.CallState)"]

Namespace: OPSSDK
Assembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884

Syntax

C#
public static bool IsInCall(
	this CallState state
)
Visual Basic
<ExtensionAttribute> 
Public Shared Function IsInCall ( 
	state As CallState
) As Boolean
Visual C++
public:
[ExtensionAttribute]
static bool IsInCall(
	CallState state
)

Parameters

state
Type: OPSSDKCommon.Model.Call..::..CallState

[Missing <param name="state"/> documentation for "M:OPSSDK.CallStateHelper.IsInCall(OPSSDKCommon.Model.Call.CallState)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:OPSSDK.CallStateHelper.IsInCall(OPSSDKCommon.Model.Call.CallState)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type CallState. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also