Client Class Members
See Also  Properties Methods 
SourceCode.EventBus.ClientAPI Namespace : Client Class


Glossary Item Box

The following tables list the members exposed by Client.

Public Constructors

  Name Description
Public Constructor Client Constructor  
Top

Public Properties

  Name Description
Public Property Connection (Inherited from SourceCode.Hosting.Client.BaseAPI.BaseAPI)
Top

Public Methods

  Name Description
Public Method ChangeCustomEventVersion Changes the custom event version.  
Public Method CreateConnection (Inherited from SourceCode.Hosting.Client.BaseAPI.BaseAPI)
Public Method DeleteConnection (Inherited from SourceCode.Hosting.Client.BaseAPI.BaseAPI)
Public Method GetCustomEventsInErrorQueue Gets the custom events in error queue.  
Public Method GetCustomEventsPerFilter Gets custom event depending on it being Private, public and filtered on 'A', 'B', 'All' ect.  
Public Method GetCustomEventsWithIDs Gets the custom events with i ds.  
Public Method GetProviderSettings Gets the xml stored in the Config Table. These are the Object Browsers and Data Provider settings  
Public Method IsMessageBusListenersEnabled Determines whether [is message bus listeners enabled].  
Public Method QueueMessage Queues the message.  
Public Method RetryLogCustomEventInstance Retries the log custom event instance.  
Public Method RetryQueueErrorItem Retries the queue error item.  
Top

Protected Methods

  Name Description
Protected Method RemoteCall Overloaded.  (Inherited from SourceCode.Hosting.Client.BaseAPI.BaseAPI)
Protected Method RemoteSessionCall Overloaded.  (Inherited from SourceCode.Hosting.Client.BaseAPI.BaseAPI)
Top

See Also