InProcessSiloHandle
class
Namespace: Orleans.TestingHost
Represents a handle to a silo that is deployed in the same process and AppDomain.
public class InProcessSiloHandle : SiloHandleConstructors
Properties
IsActiveGets whether the remote silo is expected to be activeServiceProviderGets the silo's service provider.SiloHostGets a reference to the silo host.
Methods
CreateAsync(string, IConfiguration, Action<IHostBuilder>)Create a silo handle.DisposeAsyncPerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously.StopSiloAsync(CancellationToken)Stop the remote silo. This method cannot be use with AppDomainStopSiloAsync(bool)Stop the remote silo
