This documentation is archived and is not being maintained.

TfsMessageQueue::Disconnected Event

Raised when the message queue first notices a disruption in connectivity to the server.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

public:
 event EventHandler<TfsMessageQueueDisconnectedEventArgs^>^ Disconnected {
	void add (EventHandler<TfsMessageQueueDisconnectedEventArgs^>^ value);
	void remove (EventHandler<TfsMessageQueueDisconnectedEventArgs^>^ value);
}

Show: