TeamProjectCollectionWebService.QueueAttachCollection Method
Namespace: Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Декларация
<WebMethodAttribute> _
Public Function QueueAttachCollection ( _
collectionProperties As TeamProjectCollectionProperties, _
cloneCollection As Boolean _
) As ServicingJobDetail
[WebMethodAttribute]
public ServicingJobDetail QueueAttachCollection(
TeamProjectCollectionProperties collectionProperties,
bool cloneCollection
)
[WebMethodAttribute]
public:
ServicingJobDetail^ QueueAttachCollection(
TeamProjectCollectionProperties^ collectionProperties,
bool cloneCollection
)
[<WebMethodAttribute>]
member QueueAttachCollection :
collectionProperties:TeamProjectCollectionProperties *
cloneCollection:bool -> ServicingJobDetail
public function QueueAttachCollection(
collectionProperties : TeamProjectCollectionProperties,
cloneCollection : boolean
) : ServicingJobDetail
Parameters
- collectionProperties
Type: Microsoft.TeamFoundation.Framework.Server.TeamProjectCollectionProperties
- cloneCollection
Type: System.Boolean
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.ServicingJobDetail
.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.
See Also
Reference
TeamProjectCollectionWebService Class
Microsoft.TeamFoundation.Framework.Server.WebServices Namespace