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

In This Topic
    BeginCreateRole Method (ReportingService2005SoapClient)
    In This Topic
    Syntax
    'Declaration
     
    Public Function BeginCreateRole( _
       ByVal BatchHeader As BatchHeader, _
       ByVal Name As String, _
       ByVal Description As String, _
       ByVal Tasks() As Task, _
       ByVal callback As AsyncCallback, _
       ByVal asyncState As Object _
    ) As IAsyncResult
    public IAsyncResult BeginCreateRole( 
       BatchHeader BatchHeader,
       string Name,
       string Description,
       Task[] Tasks,
       AsyncCallback callback,
       object asyncState
    )

    Parameters

    BatchHeader
    Name
    Description
    Tasks
    callback
    asyncState
    See Also