SchedulerJob.BeginFinishTask Method
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 IAsyncResult BeginFinishTask (int taskSystemId, string message, bool isForced, AsyncCallback callback, object state);
abstract member BeginFinishTask : int * string * bool * AsyncCallback * obj -> IAsyncResult
override this.BeginFinishTask : int * string * bool * AsyncCallback * obj -> IAsyncResult
Public Function BeginFinishTask (taskSystemId As Integer, message As String, isForced As Boolean, callback As AsyncCallback, state As Object) As IAsyncResult
Parameters
- taskSystemId
- Int32
- message
- String
- isForced
- Boolean
- callback
- AsyncCallback
- state
- Object