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

In This Topic
    BeginDeleteRole Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function BeginDeleteRole( _
       ByVal BatchHeader As BatchHeader, _
       ByVal Name As String, _
       ByVal callback As AsyncCallback, _
       ByVal asyncState As Object _
    ) As IAsyncResult
    public IAsyncResult BeginDeleteRole( 
       BatchHeader BatchHeader,
       string Name,
       AsyncCallback callback,
       object asyncState
    )

    Parameters

    BatchHeader
    Name
    callback
    asyncState
    See Also