The ManualOutboundCallStatusEventArgs type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RaiseExceptionIfNecessary | Raises a user-supplied exception if an asynchronous operation failed. (Inherited from AsyncCompletedEventArgs.) | |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| CampaignOwnershipBlocked |
Whether or not the contact was blocked by the Campaign Ownership setting. This property only applies if Status is ContactBlocked | |
| Cancelled | Gets a value indicating whether an asynchronous operation has been canceled. (Inherited from AsyncCompletedEventArgs.) | |
| DailyLimitBlocked |
Whether or not the contact was blocked by the daily limits. This property only applies if Status is ContactBlocked | |
| DNCBlocked |
Whether or not the contact was blocked by DNC setting. This property only applies if Status is ContactBlocked | |
| Error | Gets a value indicating which error occurred during an asynchronous operation. (Inherited from AsyncCompletedEventArgs.) | |
| FilterBlocked |
Whether or not the contact was blocked by the filter. This property only applies if Status is ContactBlocked | |
| Identity | The i3_identity of the contact for which the call was initiated | |
| MinimumSpacingBlocked |
Whether or not the contact was blocked by the minimum time between dials setting. This property only applies if Status is ContactBlocked | |
| PreviouslyDialed |
Whether or not the call was previously dialed since the last call list recycle. This property only applies if Status is ContactBlocked | |
| QueryTimeFilterBlocked |
Whether or not the contact was blocked by the QueryTimeFilter. This property only applies if Status is ContactBlocked | |
| SkillBlocked |
Whether or not the contact was blocked due to skills. This property only applies if Status is ContactBlocked | |
| Status | The status of the call | |
| UncallableStatus |
Uncallable contact status. This property only applies if Status is ContactUncallable | |
| UserState | Gets the unique identifier for the asynchronous task. (Inherited from AsyncCompletedEventArgs.) | |
| ZoneBlocked |
Whether or not the contact was blocked due to time zone settings. This property only applies if Status is ContactBlocked |