ReportingService2010.BeginSetRoleProperties(String, String, String[], AsyncCallback, Object) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
public:
IAsyncResult ^ BeginSetRoleProperties(System::String ^ Name, System::String ^ Description, cli::array <System::String ^> ^ TaskIDs, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginSetRoleProperties (string Name, string Description, string[] TaskIDs, AsyncCallback callback, object asyncState);
Public Function BeginSetRoleProperties (Name As String, Description As String, TaskIDs As String(), callback As AsyncCallback, asyncState As Object) As IAsyncResult
Parametri
- Name
- String
- Description
- String
- TaskIDs
- String[]
- callback
- AsyncCallback
- asyncState
- Object