C# Class CmisSync.Lib.Events.SuccessfulLoginEvent

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

Méthodes publiques

Méthode 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 méthode

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.
Résultat System

ToString() public méthode

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