'Declaration
<System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")>
Public Overloads Sub AddOnAuthenticateRequestAsync( _
ByVal As System.Web.BeginEventHandler, _
ByVal As System.Web.EndEventHandler _
)
'Usage
Dim instance As Global
Dim bh As System.Web.BeginEventHandler
Dim eh As System.Web.EndEventHandler
instance.AddOnAuthenticateRequestAsync(bh, eh)
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public void AddOnAuthenticateRequestAsync(
System.Web.BeginEventHandler ,
System.Web.EndEventHandler
)
public procedure AddOnAuthenticateRequestAsync(
: System.Web.BeginEventHandler;
: System.Web.EndEventHandler
);
System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")
public function AddOnAuthenticateRequestAsync(
: System.Web.BeginEventHandler,
: System.Web.EndEventHandler
);
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public: void AddOnAuthenticateRequestAsync(
System.Web.BeginEventHandler* ,
System.Web.EndEventHandler*
)
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public:
void AddOnAuthenticateRequestAsync(
System.Web.BeginEventHandler^ ,
System.Web.EndEventHandler^
)