C# Class CmisSync.Lib.Events.SuccessfulLoginEvent

Successful login on a server should add this event to the event queue.
Inheritance: ISyncEvent
Datei anzeigen Open project: OpenDataSpace/CmisSync

Public Methods

Method Description
SuccessfulLoginEvent ( Uri url, ISession session ) : System

Initializes a new instance of the CmisSync.Lib.Events.SuccessfulLoginEvent class.

ToString ( ) : string

Returns a System.String that represents the current CmisSync.Lib.Events.SuccessfulLoginEvent.

Method Details

SuccessfulLoginEvent() public method

Initializes a new instance of the CmisSync.Lib.Events.SuccessfulLoginEvent class.
public SuccessfulLoginEvent ( Uri url, ISession session ) : System
url System.Uri URL of the successful connection
session ISession Session instance.
return System

ToString() public method

Returns a System.String that represents the current CmisSync.Lib.Events.SuccessfulLoginEvent.
public ToString ( ) : string
return string