IClientDataAccess.TaskStatusChangeNotification Method
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Notifies clients of task result changes.
Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim instance As IClientDataAccess
Dim batchId As Guid
Dim resultSet As IList(Of ResultSet)
Dim lastUpdate As Boolean
instance.TaskStatusChangeNotification(batchId, resultSet, lastUpdate)
Syntax
'Declaration
<OperationContractAttribute(IsOneWay:=True)> _
Sub TaskStatusChangeNotification ( _
batchId As Guid, _
resultSet As IList(Of ResultSet), _
lastUpdate As Boolean _
)
[OperationContractAttribute(IsOneWay=true)]
void TaskStatusChangeNotification (
Guid batchId,
IList<ResultSet> resultSet,
bool lastUpdate
)
[OperationContractAttribute(IsOneWay=true)]
void TaskStatusChangeNotification (
Guid batchId,
IList<ResultSet^>^ resultSet,
bool lastUpdate
)
/** @attribute OperationContractAttribute(IsOneWay=true) */
void TaskStatusChangeNotification (
Guid batchId,
IList<ResultSet> resultSet,
boolean lastUpdate
)
OperationContractAttribute(IsOneWay=true)
function TaskStatusChangeNotification (
batchId : Guid,
resultSet : IList<ResultSet>,
lastUpdate : boolean
)
Parameters
- batchId
The batch identifier the notification is for.
- resultSet
The changed result sets.
- lastUpdate
true to indicate this is the last update for this batch identifier; otherwise, false.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
IClientDataAccess Interface
IClientDataAccess Members
Microsoft.EnterpriseManagement.Common Namespace