Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | Initializes a new instance of the WorkflowService class. |
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 | Security Critical. (Inherited from MarshalByRefObject.) |
![]() |
Dispose() | (Inherited from Component.) |
![]() |
Dispose(Boolean) | Releases the unmanaged resources used by the WorkflowService class and optionally releases the managed resources. (Overrides ServiceBase.Dispose(Boolean).) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Component.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetLifetimeService | Security Critical. (Inherited from MarshalByRefObject.) |
![]() |
GetService | (Inherited from Component.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
InitializeLifetimeService | Security Critical. (Inherited from MarshalByRefObject.) |
![]() ![]() |
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. |
![]() |
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 | Raises the Start event. (Overrides ServiceBase.OnStart(array<String[]).) |
![]() |
OnStop | Raises the Stop event. (Overrides ServiceBase.OnStop().) |
![]() |
RequestAdditionalTime | (Inherited from ServiceBase.) |
![]() ![]() |
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. |
![]() |
ServiceMainCallback | (Inherited from ServiceBase.) |
![]() |
Stop | (Inherited from ServiceBase.) |
![]() |
ToString | (Inherited from Component.) |
Top
Events
| Name | Description | |
|---|---|---|
![]() |
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.
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)