public ObjectValueResult CreateUserApp(Token token, AppType appType) { object[] results = this.Invoke("CreateUserApp", new object[] { token, appType}); return ((ObjectValueResult)(results[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); }