Método OnStart
Do not use. Supports the Master Data Services Workflow service.
Namespace: Microsoft.MasterDataServices.Workflow
Assembly: Microsoft.MasterDataServices.Workflow (em Microsoft.MasterDataServices.Workflow.dll)
Sintaxe
'Declaração
Protected Overrides Sub OnStart ( _
args As String() _
)
'Uso
Dim args As String()
Me.OnStart(args)
protected override void OnStart(
string[] args
)
protected:
virtual void OnStart(
array<String^>^ args
) override
abstract OnStart :
args:string[] -> unit
override OnStart :
args:string[] -> unit
protected override function OnStart(
args : String[]
)
Parâmetros
- args
Tipo: array<System. . :: . .String> [] () [] []