Share via


ConfigurationEventHandlerResult<T>.NoResult Field

Definition

Represents a result indicating that configuration retrieval should proceed normally, with no result provided from the event handler.

public static readonly Microsoft.IdentityModel.Protocols.Configuration.ConfigurationEventHandlerResult<T> NoResult;
 staticval mutable NoResult : Microsoft.IdentityModel.Protocols.Configuration.ConfigurationEventHandlerResult<'T (requires 'T : null)>
Public Shared ReadOnly NoResult As ConfigurationEventHandlerResult(Of T) 

Field Value

Applies to