DdeServer Methods

NDde

Dynamic Data Exchange Library for .NET

DdeServer Methods

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

Advise This notifies all clients that data has changed for the specified topic name and item name pair.
DisconnectOverloaded.
DisposeOverloaded. This unregisters service name and releases all resources held by this instance.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
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.
PauseOverloaded.
Register This registers the service name.
ResumeOverloaded.
ToString (inherited from Object)Returns a String that represents the current Object.
Unregister This unregisters the service name.

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.
OnAdvise This is invoked when the server is performing a hot advise.
OnAfterConnect This is invoked when a client has successfully established a conversation.
OnBeforeConnect This is invoked when a client attempts to establish a conversation.
OnDisconnect This is invoked when a client terminates a conversation.
OnExecute This is invoked when a client sends a command.
OnPoke This is invoked when a client sends data.
OnRequest This is invoked when a client attempts to request data.
OnStartAdvise This is invoked when a client attempts to initiate an advise loop.
OnStopAdvise This is invoked when a client terminates an advise loop.

See Also

DdeServer Class | NDde.Server Namespace