FakeHostingExtensions.GetFakeRedactionCollector(IHost) Methode

Definitie

Hiermee wordt het object opgehaald dat alle bewerkingen zijn uitgevoerd.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::Extensions::Compliance::Testing::FakeRedactionCollector ^ GetFakeRedactionCollector(Microsoft::Extensions::Hosting::IHost ^ host);
public static Microsoft.Extensions.Compliance.Testing.FakeRedactionCollector GetFakeRedactionCollector(this Microsoft.Extensions.Hosting.IHost host);
static member GetFakeRedactionCollector : Microsoft.Extensions.Hosting.IHost -> Microsoft.Extensions.Compliance.Testing.FakeRedactionCollector
<Extension()>
Public Function GetFakeRedactionCollector (host As IHost) As FakeRedactionCollector

Parameters

host
IHost

Een IHost exemplaar.

Retouren

De collector die bewerkingen bijhoudt die worden uitgevoerd op logboekberichten.

Uitzonderingen

Er bestaat geen collector in de provider.

Van toepassing op