CallFire_csharp_sdk.Common.Resource.CfSendCall.CfSendCall C# (CSharp) Method

CfSendCall() public method

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

Same methods

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