Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- requestContext
 Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- nextBillingPeriod
 Type: System.Boolean
Return Value
Type: System.Collections.Generic.IEnumerable<ISubscriptionResource>
.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.