[This is preliminary documentation and is subject to change.]
The ReceiveRequest type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ReceiveRequest |
Methods
| Name | Description | |
|---|---|---|
| Cancel |
Cancel this communication request.
(Inherited from Request.) | |
| Equals | (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. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetValue |
Retrieve the value received via this communication. The value
will only be available when the communication has completed.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Test |
Determine whether this non-blocking operation has completed.
(Inherited from Request.) | |
| ToString | (Inherited from Object.) | |
| Wait |
Wait until this non-blocking operation has completed.
(Inherited from Request.) |