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