ConfigurationEventHandlerResult<T>.NoResult Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)