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> [] () [] []