FakeHost.Dispose Method

Definition

Disposes the IHost instance.

public:
 virtual void Dispose();
public void Dispose ();
abstract member Dispose : unit -> unit
override this.Dispose : unit -> unit
Public Sub Dispose ()

Implements

Remarks

Tries to gracefully shut down the host. Can be called multiple times.

Applies to