The ManualOutboundCallStatusEventArgs type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodRaiseExceptionIfNecessary
Raises a user-supplied exception if an asynchronous operation failed.
(Inherited from AsyncCompletedEventArgs.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyCampaignOwnershipBlocked
Whether or not the contact was blocked by the Campaign Ownership setting. This property only applies if Status is ContactBlocked
Public propertyCancelled
Gets a value indicating whether an asynchronous operation has been canceled.
(Inherited from AsyncCompletedEventArgs.)
Public propertyDailyLimitBlocked
Whether or not the contact was blocked by the daily limits. This property only applies if Status is ContactBlocked
Public propertyDNCBlocked
Whether or not the contact was blocked by DNC setting. This property only applies if Status is ContactBlocked
Public propertyError
Gets a value indicating which error occurred during an asynchronous operation.
(Inherited from AsyncCompletedEventArgs.)
Public propertyFilterBlocked
Whether or not the contact was blocked by the filter. This property only applies if Status is ContactBlocked
Public propertyIdentity
The i3_identity of the contact for which the call was initiated
Public propertyMinimumSpacingBlocked
Whether or not the contact was blocked by the minimum time between dials setting. This property only applies if Status is ContactBlocked
Public propertyPreviouslyDialed
Whether or not the call was previously dialed since the last call list recycle. This property only applies if Status is ContactBlocked
Public propertyQueryTimeFilterBlocked
Whether or not the contact was blocked by the QueryTimeFilter. This property only applies if Status is ContactBlocked
Public propertySkillBlocked
Whether or not the contact was blocked due to skills. This property only applies if Status is ContactBlocked
Public propertyStatus
The status of the call
Public propertyUncallableStatus
Uncallable contact status. This property only applies if Status is ContactUncallable
Public propertyUserState
Gets the unique identifier for the asynchronous task.
(Inherited from AsyncCompletedEventArgs.)
Public propertyZoneBlocked
Whether or not the contact was blocked due to time zone settings. This property only applies if Status is ContactBlocked

See Also