SimpleTask(String, SimpleTask+TaskDelegate) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
SimpleTask(System::String ^ name, Microsoft::BizTalk::Adapter::Common::SimpleTask::TaskDelegate ^ startDelegate);
public SimpleTask (string name, Microsoft.BizTalk.Adapter.Common.SimpleTask.TaskDelegate startDelegate);
new Microsoft.BizTalk.Adapter.Common.SimpleTask : string * Microsoft.BizTalk.Adapter.Common.SimpleTask.TaskDelegate -> Microsoft.BizTalk.Adapter.Common.SimpleTask
Public Sub New (name As String, startDelegate As SimpleTask.TaskDelegate)
Parameters
- name
- String
- startDelegate
- SimpleTask.TaskDelegate