Skip to content

SiloHandle

class

Namespace: Orleans.TestingHost

Represents a handle to a silo that is remotely deployed
public abstract class SiloHandle : IAsyncDisposable, IDisposable

Properties

Methods

  • DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
  • DisposeAsync Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously.
  • StopSiloAsync(CancellationToken)Stop the remote silo. This method cannot be use with AppDomain
  • StopSiloAsync(bool)Stop the remote silo
  • ToStringReturns a string that represents the current object.