TfsConnection.WebServiceCallEnd Event

This event is fired when the TFS client object model finishes execution of a Web request in this appdomain.

The receiving event handler will be provided with the instance of TfsConnection on which the Web service call originated (if available).

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

Syntax

'Declaration
Public Shared Event WebServiceCallEnd As TfsConnectionWebServiceCallEventHandler
public static event TfsConnectionWebServiceCallEventHandler WebServiceCallEnd
public:
static   event TfsConnectionWebServiceCallEventHandler^ WebServiceCallEnd {
    void add (TfsConnectionWebServiceCallEventHandler^ value);
    void remove (TfsConnectionWebServiceCallEventHandler^ value);
}
member WebServiceCallEnd : IEvent<TfsConnectionWebServiceCallEventHandler,
    TfsConnectionWebServiceCallEventArgs>
JScript does not support events.

.NET Framework Security

See Also

Reference

TfsConnection Class

Microsoft.TeamFoundation.Client Namespace