C# 클래스 ZeroInstall.Commands.Utils.SyncUtils

Helper methods for creating instances of SyncIntegrationManager.
파일 보기 프로젝트 열기: 0install/0install-win

공개 메소드들

메소드 설명
FromSyncServer ( [ config, SyncServer syncServer ) : void

Writes the data of a SyncServer struct back to a Config.

ToSyncServer ( [ config ) : SyncServer

Reads the relevant information from a Config in order to construct a SyncServer struct.

메소드 상세

FromSyncServer() 공개 정적인 메소드

Writes the data of a SyncServer struct back to a Config.
public static FromSyncServer ( [ config, SyncServer syncServer ) : void
config [
syncServer ZeroInstall.DesktopIntegration.SyncServer
리턴 void

ToSyncServer() 공개 정적인 메소드

Reads the relevant information from a Config in order to construct a SyncServer struct.
public static ToSyncServer ( [ config ) : SyncServer
config [
리턴 ZeroInstall.DesktopIntegration.SyncServer