DdeServer Methods
From NDde
The methods of the DdeServer class are listed below. For a complete list of DdeServer class members, see the DdeServer Members topic.
Public Instance Methods
| This notifies all clients that data has changed for the specified topic name and item name pair. | |
| Overloaded. | |
| Overloaded. This unregisters service name and releases all resources held by this instance. | |
| Determines whether the specified Object is equal to the current 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. | |
| Gets the Type of the current instance. | |
| Overloaded. | |
| This registers the service name. | |
| Overloaded. | |
| Returns a String that represents the current Object. | |
| This unregisters the service name. |
Protected Instance Methods
| Overloaded. This contains the implementation to release all resources held by this instance. | |
| Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. | |
| Creates a shallow copy of the current Object. | |
| This is invoked when the server is performing a hot advise. | |
| This is invoked when a client has successfully established a conversation. | |
| This is invoked when a client attempts to establish a conversation. | |
| This is invoked when a client terminates a conversation. | |
| This is invoked when a client sends a command. | |
| This is invoked when a client sends data. | |
| This is invoked when a client attempts to request data. | |
| This is invoked when a client attempts to initiate an advise loop. | |
| This is invoked when a client terminates an advise loop. |
See Also
DdeServer Class | NDde.Server Namespace