DdeServer.RequestResult Members
From NDde
DdeServer.RequestResult overview
Public Static Fields
| Return this value if the request was not successful. | |
Return this value to pause the conversation and execute the request asynchronously. After the conversation has been resumed the OnRequest method will run again. |
Public Static Operators
This determines whether two RequestResult objects are equal. | |
This determines whether two ExecuteResult objects are not equal. |
Public Instance Constructors
|
|
This initializes the RequestResult struct with the data to return to the client. |
Public Instance Properties
| The data to send to the client application. |
Public Instance Methods
| This determines whether two object instances are equal. | |
| This returns a hash code for the object. | |
| Gets the Type of the current instance. | |
| Returns the fully qualified type name of this instance. |
See Also
DdeServer.RequestResult Structure | NDde.Server Namespace