GrainCallFilterExtensions Class

Definition

public static class GrainCallFilterExtensions
type GrainCallFilterExtensions = class
Public Module GrainCallFilterExtensions
Inheritance
GrainCallFilterExtensions

Methods

AddGrainCallFilter(IServiceCollection, GrainCallFilterDelegate)
Obsolete.

Adds an IIncomingGrainCallFilter to the filter pipeline via a delegate.

AddGrainCallFilter(IServiceCollection, IIncomingGrainCallFilter)
Obsolete.

Adds an IIncomingGrainCallFilter to the filter pipeline.

AddGrainCallFilter<TImplementation>(IServiceCollection)
Obsolete.

Adds an IIncomingGrainCallFilter to the filter pipeline.

AddIncomingGrainCallFilter(ISiloBuilder, IIncomingGrainCallFilter)

Adds an IIncomingGrainCallFilter to the filter pipeline.

AddIncomingGrainCallFilter(ISiloBuilder, IncomingGrainCallFilterDelegate)

Adds an IOutgoingGrainCallFilter to the filter pipeline via a delegate.

AddIncomingGrainCallFilter<TImplementation>(ISiloBuilder)

Adds an IIncomingGrainCallFilter to the filter pipeline.

AddOutgoingGrainCallFilter(ISiloBuilder, IOutgoingGrainCallFilter)

Adds an IOutgoingGrainCallFilter to the filter pipeline.

AddOutgoingGrainCallFilter(ISiloBuilder, OutgoingGrainCallFilterDelegate)

Adds an IOutgoingGrainCallFilter to the filter pipeline via a delegate.

AddOutgoingGrainCallFilter<TImplementation>(ISiloBuilder)

Adds an IOutgoingGrainCallFilter to the filter pipeline.

Applies to