Click or drag to resize

AdapterBaseTDisconnect Method

Disconnect from teh connection

Namespace: ArthaChitra.Model.Connection
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.6.0
Syntax
C#
public virtual Task Disconnect(
	bool isDisconnectByUser
)

Parameters

isDisconnectByUser  Boolean
Is disconnected by user

Return Value

Task

Implements

IAdapterDisconnect(Boolean)
See Also