IClientInvoke Interface

Permits invocation of Javascript browser link extension call backs.

Namespace:  Microsoft.VisualStudio.Web.BrowserLink
Assembly:  Microsoft.VisualStudio.Web.BrowserLink.12.0 (in Microsoft.VisualStudio.Web.BrowserLink.12.0.dll)

public interface IClientInvoke

The IClientInvoke type exposes the following members.

  NameDescription
Public methodInvokeInvokes a client callback method.
Public methodInvokeAsync<TResult>Invokes a client callback method asynchronously.
Top
Show: