| 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
Syntaxvoid Initialize(
	IAppContext appCxt,
	bool enableSSL = true
)
Sub Initialize ( 
	appCxt As IAppContext,
	Optional enableSSL As Boolean = true
)
Parameters
- appCxt
- Type: NetQuarryIAppContext
 The application context object.
- enableSSL (Optional)
- Type: SystemBoolean
 When true, enables transport layer encryption with SSL/TLS.
 See Also
See Also