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