Share via


IMeteringService.GetResourceStatus Method (TeamFoundationRequestContext, Boolean)

Namespace:  Microsoft.VisualStudio.Services.Commerce
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Function GetResourceStatus ( _
    requestContext As TeamFoundationRequestContext, _
    nextBillingPeriod As Boolean _
) As IEnumerable(Of ISubscriptionResource)
IEnumerable<ISubscriptionResource> GetResourceStatus(
    TeamFoundationRequestContext requestContext,
    bool nextBillingPeriod
)
IEnumerable<ISubscriptionResource^>^ GetResourceStatus(
    TeamFoundationRequestContext^ requestContext, 
    bool nextBillingPeriod
)
abstract GetResourceStatus : 
        requestContext:TeamFoundationRequestContext * 
        nextBillingPeriod:bool -> IEnumerable<ISubscriptionResource> 
function GetResourceStatus(
    requestContext : TeamFoundationRequestContext, 
    nextBillingPeriod : boolean
) : IEnumerable<ISubscriptionResource>

Parameters

Return Value

Type: System.Collections.Generic.IEnumerable<ISubscriptionResource>

.NET Framework Security

See Also

Reference

IMeteringService Interface

GetResourceStatus Overload

Microsoft.VisualStudio.Services.Commerce Namespace