Visual Basic (Declaration) | |
---|---|
Public Overloads Function GetServiceInfoTaskAsync( _ ByVal cancellationToken As CancellationToken _ ) As Task(Of GPServiceInfo) |
C# | |
---|---|
public Task<GPServiceInfo> GetServiceInfoTaskAsync( CancellationToken cancellationToken ) |
Parameters
- cancellationToken
- The cancellation token for cancelling task.
Return Value
a Task object with GPServiceInfo upon successful completion. Otherwise, the Task.Exception is set.Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8