OnStart 메서드
Do not use. Supports the Master Data Services Workflow service.
네임스페이스: Microsoft.MasterDataServices.Workflow
어셈블리: Microsoft.MasterDataServices.Workflow(Microsoft.MasterDataServices.Workflow.dll)
구문
‘선언
Protected Overrides Sub OnStart ( _
args As String() _
)
‘사용 방법
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[]
)
매개 변수
- args
유형: array<System. . :: . .String> [] () [] []