LocationHttpClient.GetConnectionDataAsync, méthode
Espace de noms : Microsoft.VisualStudio.Services.Location.Client
Assembly : Microsoft.VisualStudio.Services.WebApi (dans Microsoft.VisualStudio.Services.WebApi.dll)
Syntaxe
'Déclaration
Public Function GetConnectionDataAsync ( _
connectOptions As ConnectOptions, _
lastChangeId As Integer, _
cancellationToken As CancellationToken, _
userState As Object _
) As Task(Of ConnectionData)
public Task<ConnectionData> GetConnectionDataAsync(
ConnectOptions connectOptions,
int lastChangeId,
CancellationToken cancellationToken,
Object userState
)
Paramètres
- connectOptions
Type : Microsoft.VisualStudio.Services.WebApi.ConnectOptions
- lastChangeId
Type : System.Int32
- cancellationToken
Type : System.Threading.CancellationToken
- userState
Type : System.Object
Valeur de retour
Type : System.Threading.Tasks.Task<ConnectionData>
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.Services.Location.Client, espace de noms