C# 클래스 WebApplications.Utilities.Service.Client.ConsoleClient

파일 보기 프로젝트 열기: webappsuk/CoreLibraries

공개 메소드들

메소드 설명
Run ( [ description, [ pipe ) : void

Runs the client asynchronously, optionally connecting to the service with the given pipe. If no pipe is given, or the pipe is invalid, the user will be prompted to select a service to connect to.

비공개 메소드들

메소드 설명
OnReceive ( [ message ) : void
RunAsync ( [ description, [ pipe, CancellationToken token = default(CancellationToken) ) : Task
WritePrompt ( [ server ) : void

Writes the prompt.

WriteServerList ( ) : void

Writes the pipe list.

메소드 상세

Run() 공개 정적인 메소드

Runs the client asynchronously, optionally connecting to the service with the given pipe. If no pipe is given, or the pipe is invalid, the user will be prompted to select a service to connect to.
public static Run ( [ description, [ pipe ) : void
description [ The description.
pipe [ The pipe.
리턴 void