如何對Azure服務器進行並行呼叫,在客戶端,我正在使用Azure移動服務SDK。 我做的到服務器的調用像下面 [self.table pullWithQuery:query queryId:@"somename"] settings:pullsetting completion:^(NSError *error) {
// Let the caller know that we fi
在Adrian Hall的tutorial中,我找到了將此代碼添加到服務器的部分。他說,他將其添加到Azure移動應用程序sdk的初始化中。我不知道在哪裏可以找到並放置它。我最終把它放在我的JavaScript文件中,但這不返回azuremobileapps(顯然)。那麼我在哪裏放這個代碼?我對這個感謝事先是新的。 // Configuration of the Azure Mobile Apps