C# Класс CmisSync.Lib.Events.SuccessfulLoginEvent

Successful login on a server should add this event to the event queue.
Наследование: ISyncEvent
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

SuccessfulLoginEvent() публичный Метод

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.
Результат System

ToString() публичный Метод

Returns a System.String that represents the current CmisSync.Lib.Events.SuccessfulLoginEvent.
public ToString ( ) : string
Результат string