C# Класс Lokad.Cloud.ServiceFabric.Runtime.IsolatedSingleRuntimeHost

AppDomain-isolated host for a single runtime instance.
Показать файл Открыть проект Примеры использования класса

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

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