ISchedulerNotifyAsync.BeginTaskStateChanged 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.
[System.ServiceModel.OperationContract(AsyncPattern=true)]
public IAsyncResult BeginTaskStateChanged(System.Collections.Generic.List<Microsoft.Hpc.Scheduler.Session.Interface.TaskInfo> taskInfoList, AsyncCallback callback, object state);
abstract member BeginTaskStateChanged : System.Collections.Generic.List<Microsoft.Hpc.Scheduler.Session.Interface.TaskInfo> * AsyncCallback * obj -> IAsyncResult
Public Function BeginTaskStateChanged (taskInfoList As List(Of TaskInfo), callback As AsyncCallback, state As Object) As IAsyncResult
Parameters
- callback
- AsyncCallback
- state
- Object
Returns
- Attributes