WorkflowService Class

 

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

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

Inheritance Hierarchy

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

Syntax

public class WorkflowService : ServiceBase
public ref class WorkflowService : ServiceBase
type WorkflowService = 
    class
        inherit ServiceBase
    end
Public Class WorkflowService
    Inherits ServiceBase

Constructors

Name Description
System_CAPS_pubmethod WorkflowService()

Initializes a new instance of the WorkflowService class.

Properties

Name Description
System_CAPS_pubproperty AutoLog

(Inherited from ServiceBase.)

System_CAPS_pubproperty CanHandlePowerEvent

(Inherited from ServiceBase.)

System_CAPS_pubproperty CanHandleSessionChangeEvent

(Inherited from ServiceBase.)

System_CAPS_pubproperty CanPauseAndContinue

(Inherited from ServiceBase.)

System_CAPS_protproperty CanRaiseEvents

(Inherited from Component.)

System_CAPS_pubproperty CanShutdown

(Inherited from ServiceBase.)

System_CAPS_pubproperty CanStop

(Inherited from ServiceBase.)

System_CAPS_pubproperty Container

(Inherited from Component.)

System_CAPS_protproperty DesignMode

(Inherited from Component.)

System_CAPS_pubproperty EventLog

(Inherited from ServiceBase.)

System_CAPS_protproperty Events

(Inherited from Component.)

System_CAPS_pubproperty ExitCode

(Inherited from ServiceBase.)

System_CAPS_protproperty ServiceHandle

(Inherited from ServiceBase.)

System_CAPS_pubproperty ServiceName

(Inherited from ServiceBase.)

System_CAPS_pubproperty Site

(Inherited from Component.)

Methods

Name Description
System_CAPS_pubmethod CreateObjRef(Type)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethod Dispose()

(Inherited from Component.)

System_CAPS_protmethod Dispose(Boolean)

Releases the unmanaged resources used by the WorkflowService class and optionally releases the managed resources.(Overrides ServiceBase.Dispose(Boolean).)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Component.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_protmethod GetService(Type)

(Inherited from Component.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod InitializeLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodSystem_CAPS_static IsCriticalException(Exception)

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.

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone(Boolean)

(Inherited from MarshalByRefObject.)

System_CAPS_protmethod OnContinue()

(Inherited from ServiceBase.)

System_CAPS_protmethod OnCustomCommand(Int32)

(Inherited from ServiceBase.)

System_CAPS_protmethod OnPause()

(Inherited from ServiceBase.)

System_CAPS_protmethod OnPowerEvent(PowerBroadcastStatus)

(Inherited from ServiceBase.)

System_CAPS_protmethod OnSessionChange(SessionChangeDescription)

(Inherited from ServiceBase.)

System_CAPS_protmethod OnShutdown()

(Inherited from ServiceBase.)

System_CAPS_protmethod OnStart(String[])

Raises the Start event.(Overrides ServiceBase.OnStart(String[]).)

System_CAPS_protmethod OnStop()

Raises the Stop event.(Overrides ServiceBase.OnStop().)

System_CAPS_pubmethod RequestAdditionalTime(Int32)

(Inherited from ServiceBase.)

System_CAPS_pubmethodSystem_CAPS_static RethrowCriticalException(Exception)

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.

System_CAPS_pubmethod Stop()

(Inherited from ServiceBase.)

System_CAPS_pubmethod ToString()

(Inherited from Component.)

Events

Name Description
System_CAPS_pubevent Disposed

(Inherited from Component.)

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

Microsoft.MasterDataServices.Workflow Namespace

Return to top