IVpnPlugInReconnectTransport.ReconnectTransport(VpnChannel, Object) 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.
public:
void ReconnectTransport(VpnChannel ^ channel, Platform::Object ^ context);
void ReconnectTransport(VpnChannel const& channel, IInspectable const& context);
public void ReconnectTransport(VpnChannel channel, object context);
function reconnectTransport(channel, context)
Public Sub ReconnectTransport (channel As VpnChannel, context As Object)
Parameters
- channel
- VpnChannel
- context
-
Object
Platform::Object
IInspectable