DdeServer Members

NDde

Dynamic Data Exchange Library for .NET

DdeServer Members

DdeServer overview

Public Instance Constructors

DdeServer Overloaded.

Public Instance Properties

Context This gets the context associated with his instance.
IsRegistered This gets a bool indicating whether the service name is registered.
Service This gets the service name associated with this server.

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