'Declaration
<System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")>
Public Overloads Sub AddOnEndRequestAsync( _
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.AddOnEndRequestAsync(bh, eh)
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public void AddOnEndRequestAsync(
System.Web.BeginEventHandler ,
System.Web.EndEventHandler
)
public procedure AddOnEndRequestAsync(
: System.Web.BeginEventHandler;
: System.Web.EndEventHandler
);
System.Runtime.TargetedPatchingOptOutAttribute("Performance critical to inline this type of method across NGen image boundaries")
public function AddOnEndRequestAsync(
: System.Web.BeginEventHandler,
: System.Web.EndEventHandler
);
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public: void AddOnEndRequestAsync(
System.Web.BeginEventHandler* ,
System.Web.EndEventHandler*
)
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public:
void AddOnEndRequestAsync(
System.Web.BeginEventHandler^ ,
System.Web.EndEventHandler^
)