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

AppDomain-isolated host for a single runtime instance.
파일 보기 프로젝트 열기: Lokad/lokad-cloud 1 사용 예제들

공개 메소드들

메소드 설명
Run ( ) : 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).

메소드 상세

Run() 공개 메소드

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

Stop() 공개 메소드

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