IConnector Connect Method

This method will attempt to connect to the third-party.

Namespace:  Scribe.Core.ConnectorApi

Assembly:  Scribe.Core.ConnectorApi (in Scribe.Core.ConnectorApi.dll)

Syntax

void   Connect(
	IDictionary<string, string> properties
)

Parameters

properties

Type: System.Collections.Generic IDictionaryString, String

The collection of information required by this Connector to connect to the third-party.

See

IConnector Interface

Scribe.Core.ConnectorApi Namespace