ProfileHttpClientBase.CreateProfileAsync-Methode
Namespace: Microsoft.VisualStudio.Services.Profile.Client
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Protected Function CreateProfileAsync ( _
createProfileContext As CreateProfileContext, _
userState As Object _
) As Task(Of Profile)
protected Task<Profile> CreateProfileAsync(
CreateProfileContext createProfileContext,
Object userState
)
Parameter
- createProfileContext
Typ: Microsoft.VisualStudio.Services.Profile.CreateProfileContext
- userState
Typ: System.Object
Rückgabewert
Typ: System.Threading.Tasks.Task<Profile>
.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.