Sdílet prostřednictvím


LicensingStepPerformer.MoveWIOVUsersToWIOVLicense Method

Moves users from Dev10 WIOV group to Limited License group.

Namespace:  Microsoft.TeamFoundation.Server.Core.Extensions
Assembly:  Microsoft.TeamFoundation.Server.Core.Extensions (in Microsoft.TeamFoundation.Server.Core.Extensions.dll)

Syntax

'Declaration
<ServicingStepAttribute> _
Public Sub MoveWIOVUsersToWIOVLicense ( _
    targetRequestContext As TeamFoundationRequestContext, _
    servicingContext As ServicingContext _
)
[ServicingStepAttribute]
public void MoveWIOVUsersToWIOVLicense(
    TeamFoundationRequestContext targetRequestContext,
    ServicingContext servicingContext
)
[ServicingStepAttribute]
public:
void MoveWIOVUsersToWIOVLicense(
    TeamFoundationRequestContext^ targetRequestContext, 
    ServicingContext^ servicingContext
)
[<ServicingStepAttribute>]
member MoveWIOVUsersToWIOVLicense : 
        targetRequestContext:TeamFoundationRequestContext * 
        servicingContext:ServicingContext -> unit
public function MoveWIOVUsersToWIOVLicense(
    targetRequestContext : TeamFoundationRequestContext, 
    servicingContext : ServicingContext
)

Parameters

.NET Framework Security

See Also

Reference

LicensingStepPerformer Class

Microsoft.TeamFoundation.Server.Core.Extensions Namespace