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






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