SiloHandle
class
Namespace: Orleans.TestingHost
Represents a handle to a silo that is remotely deployed
public abstract class SiloHandle : IAsyncDisposable, IDisposableConstructors
Properties
ClusterOptionsGet or set configuration of the clusterGatewayAddressGets or sets the gateway address of the silo.InstanceNumberGets 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
Dispose(bool)Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.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 siloStopSiloAsync(bool, CancellationToken)Stop the remote silo.ToStringReturns a string that represents the current object.
