Represents a handle to a silo that is remotely deployed
View sourcePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public abstract ValueTask DisposeAsync()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously.
Returns
A task that represents the asynchronous dispose operation.
public abstract Task StopSiloAsync(CancellationToken ct)
Stop the remote silo. This method cannot be use with AppDomain
Parameters
ctCancellationToken- Specifies the cancellation token to use for the shutdown sequence
public abstract Task StopSiloAsync(bool stopGracefully)
Parameters
stopGracefullybool- Specifies whether the silo should be stopped gracefully or abruptly.
View sourcepublic override string ToString()
Returns a string that represents the current object.
Returns
A string that represents the current object.