LicensingHttpClient.GetAccountEntitlementsAsync Method
Namespace: Microsoft.VisualStudio.Services.Licensing.Client
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Overridable Function GetAccountEntitlementsAsync ( _
userState As Object _
) As Task(Of IEnumerable(Of AccountEntitlement))
public virtual Task<IEnumerable<AccountEntitlement>> GetAccountEntitlementsAsync(
Object userState
)
public:
virtual Task<IEnumerable<AccountEntitlement^>^>^ GetAccountEntitlementsAsync(
Object^ userState
)
abstract GetAccountEntitlementsAsync :
userState:Object -> Task<IEnumerable<AccountEntitlement>>
override GetAccountEntitlementsAsync :
userState:Object -> Task<IEnumerable<AccountEntitlement>>
public function GetAccountEntitlementsAsync(
userState : Object
) : Task<IEnumerable<AccountEntitlement>>
Parameters
- userState
Type: System.Object
Return Value
Type: System.Threading.Tasks.Task<IEnumerable<AccountEntitlement>>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.