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
- 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.