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 | |
|---|---|---|
| .gif) | WorkflowService | Do not use. Supports the Master Data Services Workflow service. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | AutoLog | (Inherited from ServiceBase.) | 
| .gif) | CanHandlePowerEvent | (Inherited from ServiceBase.) | 
| .gif) | CanHandleSessionChangeEvent | (Inherited from ServiceBase.) | 
| .gif) | CanPauseAndContinue | (Inherited from ServiceBase.) | 
| .gif) | CanRaiseEvents | (Inherited from Component.) | 
| .gif) | CanShutdown | (Inherited from ServiceBase.) | 
| .gif) | CanStop | (Inherited from ServiceBase.) | 
| .gif) | Container | (Inherited from Component.) | 
| .gif) | DesignMode | (Inherited from Component.) | 
| .gif) | EventLog | (Inherited from ServiceBase.) | 
| .gif) | Events | (Inherited from Component.) | 
| .gif) | ExitCode | (Inherited from ServiceBase.) | 
| .gif) | ServiceHandle | (Inherited from ServiceBase.) | 
| .gif) | ServiceName | (Inherited from ServiceBase.) | 
| .gif) | Site | (Inherited from Component.) | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | CreateObjRef | (Inherited from MarshalByRefObject.) | 
| .gif) | Dispose() | (Inherited from Component.) | 
| .gif) | Dispose(Boolean) | Do not use. Supports the Master Data Services Workflow service. (Overrides ServiceBase.Dispose(Boolean).) | 
| .gif) | Equals | (Inherited from Object.) | 
| .gif) | Finalize | (Inherited from Component.) | 
| .gif) | GetHashCode | (Inherited from Object.) | 
| .gif) | GetLifetimeService | (Inherited from MarshalByRefObject.) | 
| .gif) | GetService | (Inherited from Component.) | 
| .gif) | GetType | (Inherited from Object.) | 
| .gif) | InitializeLifetimeService | (Inherited from MarshalByRefObject.) | 
| .gif) | MemberwiseClone() | (Inherited from Object.) | 
| .gif) | MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | 
| .gif) | OnContinue | (Inherited from ServiceBase.) | 
| .gif) | OnCustomCommand | (Inherited from ServiceBase.) | 
| .gif) | OnPause | (Inherited from ServiceBase.) | 
| .gif) | OnPowerEvent | (Inherited from ServiceBase.) | 
| .gif) | OnSessionChange | (Inherited from ServiceBase.) | 
| .gif) | OnShutdown | (Inherited from ServiceBase.) | 
| .gif) | OnStart | Do not use. Supports the Master Data Services Workflow service. (Overrides ServiceBase.OnStart(array<String[]).) | 
| .gif) | OnStop | Do not use. Supports the Master Data Services Workflow service. (Overrides ServiceBase.OnStop().) | 
| .gif) | RequestAdditionalTime | (Inherited from ServiceBase.) | 
| .gif) | ServiceMainCallback | (Inherited from ServiceBase.) | 
| .gif) | Stop | (Inherited from ServiceBase.) | 
| .gif) | ToString | (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.
.gif)