Client Class Members
See Also  Properties Methods 
SourceCode.EventBus.Management 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 DisableCustomEvent Disables the custom event.  
Public Method EnableCustomEvent Enables the custom event.  
Public Method GetClientRecorderErrors Gets the errors that has been logged in the ClientRecorderError table in the database. These are the errors that occurs in the client recorder. These errors cannot be fixed, as the context has been lost or data could not been resolved.  
Public Method GetCustomEvent Get a CustomEvent  
Public Method GetCustomEvents Overloaded.  Gets the custom events.  
Public Method GetCustomEventsInErrorQueue Get an xml string representing the items in the error queue  
Public Method GetEventPolicyMapping Get a EventPolicyMapping by the EventPolicyMappingID  
Public Method GetEventPolicyMappings Get the mappings for a specified CustomEvent. EventPolicyMappings can be conditional, action or exception policies. These also contain the input mappings of every policy.  
Public Method GetLogCustomEvent Get a LogCustomEvent. This is a specific version of a spesific CustomEvent.  
Public Method GetLogCustomEventInstance Get a LogCustomEventInstance by the specified ID  
Public Method GetLogCustomEventInstances Overloaded.  Get all the LogCustomEventInstances  
Public Method GetLogCustomEventInstancesByEventStatusID Get all the LogCustomEventInstances with specified status  
Public Method GetLogCustomEventInstancesByLogCustomEventID Get all the LogCustomEventInstances for a specified logCustomEventID  
Public Method GetLogCustomEvents Get LogCustomEvents. LogCustomEvents is the different verions of a specific CustomEvent.  
Public Method GetLogEventPolicyMapping Get a LogEventPolicyMapping with the specified ID.  
Public Method GetLogEventPolicyMappingInstances Get all the LogCustomEventInstances by the specified logCustomEventInstanceID  
Public Method GetLogEventPolicyMappingInstancesByEventPolicyMappingID Get all the LogCustomEventInstances by the specified eventPolicyMappingID  
Public Method GetLogEventPolicyMappingInstancesByLogEventPolicyMappingID Get all the LogCustomEventInstances by the specified logEventPolicyMappingID  
Public Method GetLogEventPolicyMappings Get LogEventPolicyMappings. These are the different version of an EventPolicyMapping  
Public Method GetLogEventPolicyMappingsByLogCustomEventID Get LogEventPolicyMappings by LogCustomEventID  
Public Method RetryLogCustomEventInstance Retries the log custom event instance.  
Public Method RetryQueueErrorItem Retries an element in an error queue by the QueueID that was obtained via the GetCustomEventsInErrorQueue function  
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