IClientMessaging Interface

Interface for messaging from VS to the browser.

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

public interface IClientMessaging

The IClientMessaging type exposes the following members.

  NameDescription
Public methodInvokeInvokes a remote Javascript method.
Public methodInvokeAsync<TResult>Asynchronously invokes a remote Javascript method.
Top
Show: