diaGlobWrapper Help

Namespace:  Inkostar
Assembly:  DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0

Syntax

C#
public void MakeCall(
	Channel CurrentChannel,
	string DestinationNumber,
	DiaGlobWrapperCommon..::.CallProgressDetectOptions CallProgressAnalysisDetectOptions
)
Visual Basic (Declaration)
Public Sub MakeCall ( _
	CurrentChannel As Channel, _
	DestinationNumber As String, _
	CallProgressAnalysisDetectOptions As DiaGlobWrapperCommon..::.CallProgressDetectOptions _
)
Visual C++
public:
virtual void MakeCall(
	Channel^ CurrentChannel, 
	String^ DestinationNumber, 
	DiaGlobWrapperCommon..::.CallProgressDetectOptions CallProgressAnalysisDetectOptions
) sealed

Parameters

CurrentChannel
Type: Inkostar..::.Channel
DestinationNumber
Type: System..::.String
CallProgressAnalysisDetectOptions
Type: Inkostar..::.DiaGlobWrapperCommon..::.CallProgressDetectOptions

See Also