ResultAds Methods
The ResultAds type exposes the following members.
Methods
| Name | Description |
|---|---|---|
| CreateError(AdsErrorCode) | Creates an Error Result. |
| CreateError(AdsErrorCode, UInt32) | Creates an Error Result. |
| CreateSuccess | Creates a success result. |
| CreateSuccess(UInt32) | Creates a success result. |
| CreateSuccessTValue(TValue) | Creates a success result. |
| CreateSuccessTValue(TValue, UInt32) | Creates a success result. |
| Determines whether the specified object is equal to the current object. | |
| Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. | |
| Serves as the default hash function. | |
| Gets the Type of the current instance. | |
| Creates a shallow copy of the current Object. | |
| SetError | Sets the error state of this ResultAds |
| Returns a string that represents the current object. |
- ResultAds.CreateSuccess Method
- ResultAds.SetError Method
- ResultAds.CreateError Method
- ResultAds.CreateSuccess(UInt32) Method
- ResultAds.CreateError(AdsErrorCode) Method
- ResultAds.CreateError(AdsErrorCode, UInt32) Method
- ResultAds.CreateSuccess(UInt32) Method
- ResultAds.CreateSuccess<TValue>(TValue) Method
- ResultAds.CreateSuccess<TValue>(TValue, UInt32) Method