Click or drag to resize

IPubnubServiceInitialize Method

Initializes the PubNub Client API context. Must be called before attempting to utilize any API functionality in order to establish account level credentials such as publishKey and subscribeKey.

Namespace:  NetQuarry.Services.Pubnub
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
void Initialize(
	IAppContext appCxt,
	bool enableSSL = true
)

Parameters

appCxt
Type: NetQuarryIAppContext
The application context object.
enableSSL (Optional)
Type: SystemBoolean
When true, enables transport layer encryption with SSL/TLS.
See Also