ESRI.ArcGIS.ADF.ArcGISServer
GetCacheStorageInfoCompletedEventHandler Delegate
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace : GetCacheStorageInfoCompletedEventHandler Delegate




sender
e

Syntax

Visual Basic (Declaration) 
<GeneratedCodeAttribute(Tool="wsdl", Version="2.0.50727.3038")>
Public Delegate Sub GetCacheStorageInfoCompletedEventHandler( _
   ByVal sender As Object, _
   ByVal e As GetCacheStorageInfoCompletedEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As New GetCacheStorageInfoCompletedEventHandler(AddressOf HandlerMethod)
C# 
[GeneratedCodeAttribute(Tool="wsdl", Version="2.0.50727.3038")]
public delegate void GetCacheStorageInfoCompletedEventHandler( 
   object sender,
   GetCacheStorageInfoCompletedEventArgs e
)

Parameters

sender
e

See Also

© 2010 All Rights Reserved.