コード例 #1
0
ファイル: Reference.cs プロジェクト: UrviGandhi/IGRSS
 /// <remarks/>
 public void SetRolePropertiesAsync(string Name, string Description, Task[] Tasks, object userState) {
     if ((this.SetRolePropertiesOperationCompleted == null)) {
         this.SetRolePropertiesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSetRolePropertiesOperationCompleted);
     }
     this.InvokeAsync("SetRoleProperties", new object[] {
                 Name,
                 Description,
                 Tasks}, this.SetRolePropertiesOperationCompleted, userState);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: UrviGandhi/IGRSS
 /// <remarks/>
 public void SetRolePropertiesAsync(string Name, string Description, Task[] Tasks) {
     this.SetRolePropertiesAsync(Name, Description, Tasks, null);
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: UrviGandhi/IGRSS
 /// <remarks/>
 public void CreateRoleAsync(string Name, string Description, Task[] Tasks) {
     this.CreateRoleAsync(Name, Description, Tasks, null);
 }
コード例 #4
0
ファイル: Reference.cs プロジェクト: UrviGandhi/IGRSS
 public void SetRoleProperties(string Name, string Description, Task[] Tasks) {
     this.Invoke("SetRoleProperties", new object[] {
                 Name,
                 Description,
                 Tasks});
 }
コード例 #5
0
ファイル: Reference.cs プロジェクト: UrviGandhi/IGRSS
 public void CreateRole(string Name, string Description, Task[] Tasks) {
     this.Invoke("CreateRole", new object[] {
                 Name,
                 Description,
                 Tasks});
 }