コード例 #1
0
 /// <remarks/>
 public void GetAuthorityLevelIDAsync(AuthorizationType Authorization, GetAuthorityLevelIDType parameters) {
     this.GetAuthorityLevelIDAsync(Authorization, parameters, null);
 }
コード例 #2
0
 /// <remarks/>
 public void GetAuthorityLevelIDAsync(AuthorizationType Authorization, GetAuthorityLevelIDType parameters, object userState) {
     if ((this.GetAuthorityLevelIDOperationCompleted == null)) {
         this.GetAuthorityLevelIDOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetAuthorityLevelIDOperationCompleted);
     }
     this.InvokeAsync("GetAuthorityLevelID", new object[] {
                 Authorization,
                 parameters}, this.GetAuthorityLevelIDOperationCompleted, userState);
 }
コード例 #3
0
 public GetAuthorityLevelIDResponseType GetAuthorityLevelID(AuthorizationType Authorization, GetAuthorityLevelIDType parameters) {
     object[] results = this.Invoke("GetAuthorityLevelID", new object[] {
                 Authorization,
                 parameters});
     return ((GetAuthorityLevelIDResponseType)(results[0]));
 }