MessageReceivedNotification<TMessage, TOptions> Constructor

Namespace:  Microsoft.Owin.Security.Notifications
Assembly:  Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)

Syntax

'Declaration
Public Sub New ( _
    context As IOwinContext, _
    options As TOptions _
)
'Usage
Dim context As IOwinContext 
Dim options As TOptions

Dim instance As New MessageReceivedNotification(context, _
    options)
public MessageReceivedNotification(
    IOwinContext context,
    TOptions options
)
public:
MessageReceivedNotification(
    IOwinContext^ context, 
    TOptions options
)
new : 
        context:IOwinContext * 
        options:'TOptions -> MessageReceivedNotification
public function MessageReceivedNotification(
    context : IOwinContext, 
    options : TOptions
)

Parameters

See Also

Reference

MessageReceivedNotification<TMessage, TOptions> Class

Microsoft.Owin.Security.Notifications Namespace