DdeClient Members

NDde

Dynamic Data Exchange Library for .NET

DdeClient Members

DdeClient overview

Public Instance Constructors

DdeClient Overloaded.

Public Instance Properties

Context This gets the context associated with this instance.
Handle This gets the DDEML handle associated with this conversation.
IsConnected This gets a bool indicating whether the conversation is established.
IsPaused This gets a bool indicating whether this conversation is paused.
Service This gets the service name associated with this conversation.
Topic This gets the topic name associated with this conversation.

Public Instance Methods

Abandon This terminates an asychronous operation.
BeginExecute This begins an asynchronous operation to send a command to the server application.
BeginPoke This begins an asynchronous operation to send data to the server application.
BeginRequest This begins an asynchronous operation to request data using the specified item name.
BeginStartAdviseOverloaded.
BeginStopAdvise This begins an asynchronous operation to terminate the advise loop for the specified item name.
Connect This establishes a conversation with a server that supports the specified service name and topic name pair.
Disconnect This terminates the current conversation.
DisposeOverloaded. This terminates the current conversation and releases all resources held by this instance.
EndExecute This throws any exception that occurred during the asynchronous operation.
EndPoke This throws any exception that occurred during the asynchronous operation.
EndRequest This gets the data returned by the server application for the operation.
EndStartAdvise This throws any exception that occurred during the operation.
EndStopAdvise This throws any exception that occurred during the operation.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
Execute This sends a command to the server application.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
Pause This pauses the current conversation.
PokeOverloaded.
RequestOverloaded.
Resume This resumes the current conversation.
StartAdviseOverloaded.
StopAdvise This terminates the advise loop for the specified item name.
ToString (inherited from Object)Returns a String that represents the current Object.
TryConnect This establishes a conversation with a server that supports the specified service name and topic name pair.
TryExecute This sends a command to the server application.
TryPoke This sends data to the server application.
TryRequest This requests data using the specified item name.

Public Instance Events

Advise This is raised when the data has changed for an item name that has an advise loop.
Disconnected This is raised when the client has been disconnected.

Protected Instance Methods

DisposeOverloaded. This contains the implementation to release all resources held by this instance.
Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

DdeClient Class | NDde.Client Namespace