FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Win.ImportServices.ReportingService4 Namespace / ReportingService2005SoapClient Class / EndGetCacheOptions Method

In This Topic
    EndGetCacheOptions Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function EndGetCacheOptions( _
       ByVal result As IAsyncResult, _
       ByRef CacheReport As Boolean, _
       ByRef Item As ExpirationDefinition _
    ) As ServerInfoHeader
    public ServerInfoHeader EndGetCacheOptions( 
       IAsyncResult result,
       out bool CacheReport,
       out ExpirationDefinition Item
    )

    Parameters

    result
    CacheReport
    Item
    See Also