CSharpTest.Net
CSharpTest.Net.IpcChannel Namespace
See Also  Inheritance Hierarchy Send Feedback Download Help File
CSharpTest.Net.Library Assembly : CSharpTest.Net.IpcChannel Namespace

Glossary Item Box

Classes

 ClassDescription
ClassIpcChannelRegistrar Provides a default implementation of the channel registrar usuing the system registry as the storage facility.
ClassIpcEvent Provides a means of subscribing to a named event on an IpcEventChannel, access via: IpcEventChannel["Name"].OnEvent += new IpcSignalEventArgs(MyHandler);
ClassIpcEventChannel Provides a means to send and recieve events (optionally with arguments) across thread/process boundaries to a group of listeners of an event channel. Subscribe to desired events, call Start/StopListening, or just send events to other listeners on the same channel name. Provides the implmentation to send an event message to a group of instances
ClassIpcSignalEventArgs Represents an event raised by the IpcEventChannel to subscribers.

Interfaces

 InterfaceDescription
InterfaceIIpcChannelRegistrar Interface to provide a means of channel member registration and cross-process serialization of arguments for specific events. Implementations must be thread-safe even across process boundaries.

See Also

Generated with Document! X 2011 by Innovasys