TeamProjectCollectionWebService.QueueDetachCollection Method
Namespace: Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Декларация
<WebMethodAttribute> _
Public Function QueueDetachCollection ( _
collectionProperties As TeamProjectCollectionProperties, _
collectionStoppedMessage As String, _
<OutAttribute> ByRef detachedConnectionString As String _
) As ServicingJobDetail
[WebMethodAttribute]
public ServicingJobDetail QueueDetachCollection(
TeamProjectCollectionProperties collectionProperties,
string collectionStoppedMessage,
out string detachedConnectionString
)
[WebMethodAttribute]
public:
ServicingJobDetail^ QueueDetachCollection(
TeamProjectCollectionProperties^ collectionProperties,
String^ collectionStoppedMessage,
[OutAttribute] String^% detachedConnectionString
)
[<WebMethodAttribute>]
member QueueDetachCollection :
collectionProperties:TeamProjectCollectionProperties *
collectionStoppedMessage:string *
detachedConnectionString:string byref -> ServicingJobDetail
public function QueueDetachCollection(
collectionProperties : TeamProjectCollectionProperties,
collectionStoppedMessage : String,
detachedConnectionString : String
) : ServicingJobDetail
Parameters
- collectionProperties
Type: Microsoft.TeamFoundation.Framework.Server.TeamProjectCollectionProperties
- collectionStoppedMessage
Type: System.String
- detachedConnectionString
Type: System.String%
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