WorkflowService Class

Do not use. Supports the Master Data Services Workflow service.

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.ServiceProcess.ServiceBase
        Microsoft.MasterDataServices.Workflow.WorkflowService

Namespace:  Microsoft.MasterDataServices.Workflow
Assembly:  Microsoft.MasterDataServices.Workflow (in Microsoft.MasterDataServices.Workflow.dll)

Syntax

'Declaration
Public Class WorkflowService _
    Inherits ServiceBase
'Usage
Dim instance As WorkflowService
public class WorkflowService : ServiceBase
public ref class WorkflowService : public ServiceBase
type WorkflowService =  
    class 
        inherit ServiceBase 
    end
public class WorkflowService extends ServiceBase

The WorkflowService type exposes the following members.

Constructors

  Name Description
Public method WorkflowService Initializes a new instance of the WorkflowService class.

Top

Properties

  Name Description
Public property AutoLog (Inherited from ServiceBase.)
Public property CanHandlePowerEvent (Inherited from ServiceBase.)
Public property CanHandleSessionChangeEvent (Inherited from ServiceBase.)
Public property CanPauseAndContinue (Inherited from ServiceBase.)
Protected property CanRaiseEvents (Inherited from Component.)
Public property CanShutdown (Inherited from ServiceBase.)
Public property CanStop (Inherited from ServiceBase.)
Public property Container (Inherited from Component.)
Protected property DesignMode (Inherited from Component.)
Public property EventLog (Inherited from ServiceBase.)
Protected property Events (Inherited from Component.)
Public property ExitCode (Inherited from ServiceBase.)
Protected property ServiceHandle (Inherited from ServiceBase.)
Public property ServiceName (Inherited from ServiceBase.)
Public property Site (Inherited from Component.)

Top

Methods

  Name Description
Public method CreateObjRef Security Critical. (Inherited from MarshalByRefObject.)
Public method Dispose() (Inherited from Component.)
Protected method Dispose(Boolean) Releases the unmanaged resources used by the WorkflowService class and optionally releases the managed resources. (Overrides ServiceBase.Dispose(Boolean).)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Component.)
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService Security Critical. (Inherited from MarshalByRefObject.)
Protected method GetService (Inherited from Component.)
Public method GetType (Inherited from Object.)
Public method InitializeLifetimeService Security Critical. (Inherited from MarshalByRefObject.)
Public methodStatic member IsCriticalException Determines whether the specified exception indicates a critical application or system problem that should not be ignored or suppressed because its occurrence may leave the application or system is in an indeterminate state.
Protected method MemberwiseClone() (Inherited from Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Protected method OnContinue (Inherited from ServiceBase.)
Protected method OnCustomCommand (Inherited from ServiceBase.)
Protected method OnPause (Inherited from ServiceBase.)
Protected method OnPowerEvent (Inherited from ServiceBase.)
Protected method OnSessionChange (Inherited from ServiceBase.)
Protected method OnShutdown (Inherited from ServiceBase.)
Protected method OnStart Raises the Start event. (Overrides ServiceBase.OnStart(array<String[]).)
Protected method OnStop Raises the Stop event. (Overrides ServiceBase.OnStop().)
Public method RequestAdditionalTime (Inherited from ServiceBase.)
Public methodStatic member RethrowCriticalException Rethrows the exception if the specified exception indicates a critical application or system problem that should not be ignored or suppressed because its occurrence may leave the application or system is in an indeterminate state.
Public method ServiceMainCallback (Inherited from ServiceBase.)
Public method Stop (Inherited from ServiceBase.)
Public method ToString (Inherited from Component.)

Top

Events

  Name Description
Public event Disposed (Inherited from Component.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.MasterDataServices.Workflow Namespace