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 Do not use. Supports the Master Data Services Workflow service.

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 (Inherited from MarshalByRefObject.)
Public method Dispose() (Inherited from Component.)
Protected method Dispose(Boolean) Do not use. Supports the Master Data Services Workflow service. (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 (Inherited from MarshalByRefObject.)
Protected method GetService (Inherited from Component.)
Public method GetType (Inherited from Object.)
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
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 Do not use. Supports the Master Data Services Workflow service. (Overrides ServiceBase.OnStart(array<String[]).)
Protected method OnStop Do not use. Supports the Master Data Services Workflow service. (Overrides ServiceBase.OnStop().)
Public method RequestAdditionalTime (Inherited from ServiceBase.)
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.