Click or drag to resize

IDataProviderConnect Method

Namespace:  AxiomCore2.Data
Assembly:  AxiomCore2 (in AxiomCore2.dll) Version: 1.0.0
Syntax
C#
void Connect(
	string server,
	Action<ConnectResult> action
)

Parameters

server
Type: SystemString
action
Type: SystemActionConnectResult
See Also