C# Class CallFire_csharp_sdk.Common.Resource.CfSendCall

Inheritance: CfSendRequest
显示文件 Open project: CallFire/CallFire-CSharp-SDK Class Usage Examples

Public Methods

Method Description
CfSendCall ( ) : CallFire_csharp_sdk.Common.DataManagement
CfSendCall ( string requestId, CfBroadcastType type, string broadcastName, CfToNumber toNumber, bool scrubBroadcastDuplicates, CfBroadcastConfig item ) : CallFire_csharp_sdk.Common.DataManagement
CfSendCall ( string requestId, CfBroadcastType type, string broadcastName, CfToNumber toNumber, bool scrubBroadcastDuplicates, string labels, CfBroadcastConfig item ) : CallFire_csharp_sdk.Common.DataManagement

Method Details

CfSendCall() public method

public CfSendCall ( ) : CallFire_csharp_sdk.Common.DataManagement
return CallFire_csharp_sdk.Common.DataManagement

CfSendCall() public method

public CfSendCall ( string requestId, CfBroadcastType type, string broadcastName, CfToNumber toNumber, bool scrubBroadcastDuplicates, CfBroadcastConfig item ) : CallFire_csharp_sdk.Common.DataManagement
requestId string
type CfBroadcastType
broadcastName string
toNumber CallFire_csharp_sdk.Common.DataManagement.CfToNumber
scrubBroadcastDuplicates bool
item CallFire_csharp_sdk.Common.DataManagement.CfBroadcastConfig
return CallFire_csharp_sdk.Common.DataManagement

CfSendCall() public method

public CfSendCall ( string requestId, CfBroadcastType type, string broadcastName, CfToNumber toNumber, bool scrubBroadcastDuplicates, string labels, CfBroadcastConfig item ) : CallFire_csharp_sdk.Common.DataManagement
requestId string
type CfBroadcastType
broadcastName string
toNumber CallFire_csharp_sdk.Common.DataManagement.CfToNumber
scrubBroadcastDuplicates bool
labels string
item CallFire_csharp_sdk.Common.DataManagement.CfBroadcastConfig
return CallFire_csharp_sdk.Common.DataManagement