SiloHandle
class
Namespace: Orleans.TestingHost
Represents a handle to a silo that is remotely deployed
public abstract class SiloHandle : IAsyncDisposable, IDisposableProperties
ClusterOptionsGet or set configuration of the clusterGatewayAddressInstanceNumberGets or sets the instance number within the cluster.IsActiveGets whether the remote silo is expected to be activeNameGet or set the name of the siloSiloAddressGet or set the address of the silo
Methods
DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.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 siloToStringReturns a string that represents the current object.
