Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the message queue status for queueName to offline.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub SetQueueOffline ( _
requestContext As TeamFoundationRequestContext, _
queueName As String _
)
public void SetQueueOffline(
TeamFoundationRequestContext requestContext,
string queueName
)
public:
void SetQueueOffline(
TeamFoundationRequestContext^ requestContext,
String^ queueName
)
member SetQueueOffline :
requestContext:TeamFoundationRequestContext *
queueName:string -> unit
public function SetQueueOffline(
requestContext : TeamFoundationRequestContext,
queueName : String
)
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextThe request context
queueName
Type: System.StringThe target message queue
.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.