Autodesk Vault ProfessionalVault API

UnReserveJobsByClientName Method

Autodesk.Connectivity.WebServicesJobService

Un-reserve all jobs for a given client.

Required Permissions

JobQueueReserve

Syntax

public void UnReserveJobsByClientName(
   System.string clientName
)
Public Sub UnReserveJobsByClientName( _
   ByVal clientName As System.String _
) 

Parameters

NameDescription
clientNameThe computer name of the client.

See Also