Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<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.