AccountHttpClient.MarkAccountEligibleForDeletionAsync-Methode
Namespace: Microsoft.VisualStudio.Services.Account.Client
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Function MarkAccountEligibleForDeletionAsync ( _
accountId As Guid, _
statusReason As String, _
userState As Object _
) As Task(Of HttpResponseMessage)
public Task<HttpResponseMessage> MarkAccountEligibleForDeletionAsync(
Guid accountId,
string statusReason,
Object userState
)
Parameter
- accountId
Typ: System.Guid
- statusReason
Typ: System.String
- userState
Typ: System.Object
Rückgabewert
Typ: System.Threading.Tasks.Task<HttpResponseMessage>
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.