BrowserLinkExtension.OnDisconnecting(BrowserLinkConnection) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when the given connection is disconnecting. Perform extension clean up here.
public:
virtual void OnDisconnecting(Microsoft::VisualStudio::Web::BrowserLink::BrowserLinkConnection ^ connection);
public virtual void OnDisconnecting (Microsoft.VisualStudio.Web.BrowserLink.BrowserLinkConnection connection);
abstract member OnDisconnecting : Microsoft.VisualStudio.Web.BrowserLink.BrowserLinkConnection -> unit
override this.OnDisconnecting : Microsoft.VisualStudio.Web.BrowserLink.BrowserLinkConnection -> unit
Public Overridable Sub OnDisconnecting (connection As BrowserLinkConnection)
Parameters
- connection
- BrowserLinkConnection