Beispiel #1
0
 public ObjectValueResult CreateUserApp(Token token, AppType appType)
 {
     object[] results = this.Invoke("CreateUserApp", new object[] {
                 token,
                 appType});
     return ((ObjectValueResult)(results[0]));
 }
Beispiel #2
0
 /// <remarks/>
 public System.IAsyncResult BeginCreateUserApp(Token token, AppType appType, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("CreateUserApp", new object[] {
                 token,
                 appType}, callback, asyncState);
 }