TfsConnection.WebServiceCallBegin Event
This event is fired when the TFS client object model starts 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 WebServiceCallBegin As TfsConnectionWebServiceCallEventHandler
public static event TfsConnectionWebServiceCallEventHandler WebServiceCallBegin
public:
static event TfsConnectionWebServiceCallEventHandler^ WebServiceCallBegin {
void add (TfsConnectionWebServiceCallEventHandler^ value);
void remove (TfsConnectionWebServiceCallEventHandler^ value);
}
member WebServiceCallBegin : IEvent<TfsConnectionWebServiceCallEventHandler,
TfsConnectionWebServiceCallEventArgs>
JScript does not support events.
.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.