IdeaBlade.Core Assembly > IdeaBlade.Core Namespace : TracePublisher Class |
The following tables list the members exposed by TracePublisher.
Name | Description | |
---|---|---|
![]() | DefaultPort | Default port. Currently 9922, but may be overridden in the IdeaBlade configuration file. |
![]() | DefaultServiceName | Default service name. Currently "TracePublisher", but may be overridden in the IdeaBlade configuration file. |
Name | Description | |
---|---|---|
![]() | IsRemoted | Returns whether the current instance is already remoted. |
![]() ![]() | LocalInstance | Returns the singleton instance for this class. |
![]() | Port | Port used by the service. |
![]() | ServiceName | Name of the service. |
![]() | ThreadKeepAliveMilliseconds | Milliseconds the publishing thread sleeps between checks of its queue. Default is 1000 milliseconds (1 second). |
Name | Description | |
---|---|---|
![]() | CreateObjRef | (Inherited from System.MarshalByRefObject) |
![]() | Dispose | Overloaded. |
![]() | Equals | (Inherited from object) |
![]() | GetHashCode | (Inherited from object) |
![]() | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | GetPublisherUrl | Returns the full Url. |
![]() ![]() | GetRemoteInstance | Returns a proxy to the remote TracePublisher. |
![]() | GetType | (Inherited from object) |
![]() | InitializeLifetimeService | Overridden. Obtains a lifetime service object to control the lifetime policy for this instance. |
![]() | MakeRemotable | Overloaded. Start the TracePublisher service using default logging information from the IdeaBlade configuration file. |
![]() | Ping | Determine if the service is active. |
![]() | Publish | Instructs the TracePublisher to publish a message. |
![]() | Subscribe | Overloaded. Called by ITraceSubscriberCallback implementations in order to receive OnPublish notifications. |
![]() | ToString | (Inherited from object) |
![]() | Unsubscribe | Called by ITraceSubscriberCallback implementations when publication notice is no longer wanted. |
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from object) |
![]() | MakeRemotableCore | Start the TracePublisher service. |
![]() | MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) |
![]() | PublishCore | Call OnPublish method for all subscribers. |