C# 클래스 Lokad.Cloud.ServiceFabric.Runtime.SingleRuntimeHost

Host for a single runtime instance.
상속: System.MarshalByRefObject, IDisposable
파일 보기 프로젝트 열기: Lokad/lokad-cloud 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Run ( CloudConfigurationSettings settings ) : bool

Run the hosted runtime, blocking the calling thread.

Stop ( ) : void

Immediately stop the runtime host and wait until it has exited (or a timeout expired).

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Run() 공개 메소드

Run the hosted runtime, blocking the calling thread.
public Run ( CloudConfigurationSettings settings ) : bool
settings CloudConfigurationSettings
리턴 bool

Stop() 공개 메소드

Immediately stop the runtime host and wait until it has exited (or a timeout expired).
public Stop ( ) : void
리턴 void