ObjectServerImpl Class

Assembly
Db4objects.Db4o.CS-2010.dll
Namespace
Db4objects.Db4o.CS.Internal
Interfaces
Base Types
  • Object
graph BT Type-->Base0["Object"] Type-.->Interface0["IObjectServerEvents"] click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.CS.Internal/IObjectServerEvents" Type-.->Interface1["IObjectServer"] Type-.->Interface2["IExtObjectServer"] Type-.->Interface3["IRunnable"] Type-.->Interface4["ITransientClass"] Type["ObjectServerImpl"] class Type type-node

Syntax

public class ObjectServerImpl : IObjectServerEvents, IObjectServer, IExtObjectServer, IRunnable, 
    ITransientClass

Constructors

Events

Name Type Summary
ClientConnected EventHandler<ClientConnectionEventArgs>
ClientDisconnected EventHandler<StringEventArgs>
Closed EventHandler<ServerClosedEventArgs>

Methods