FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Win.ImportServices.ReportExecution4 Namespace / ReportExecutionServiceSoapClient Class / EndListSecureMethods Method

In This Topic
    EndListSecureMethods Method (ReportExecutionServiceSoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function EndListSecureMethods( _
       ByVal result As IAsyncResult, _
       ByRef ListSecureMethodsResult() As String _
    ) As ServerInfoHeader
    public ServerInfoHeader EndListSecureMethods( 
       IAsyncResult result,
       out string[] ListSecureMethodsResult
    )

    Parameters

    result
    ListSecureMethodsResult
    See Also