Accusoft.PrizmViewer10.AnnotationServer
AddOnPostUpdateRequestCacheAsync(BeginEventHandler,EndEventHandler) Method






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

Parameters

bh
eh
See Also

Reference

Global Class
Global Members
Overload List

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback