コード例 #1
0
ファイル: Reference.cs プロジェクト: 2nfro/dotNet
 public ObjectValueResult CreateUserApp(Token token, AppType appType)
 {
     object[] results = this.Invoke("CreateUserApp", new object[] {
                 token,
                 appType});
     return ((ObjectValueResult)(results[0]));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: 2nfro/dotNet
 /// <remarks/>
 public System.IAsyncResult BeginCreateUserApp(Token token, AppType appType, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("CreateUserApp", new object[] {
                 token,
                 appType}, callback, asyncState);
 }