|
|
|
สอบถามเรื่อง Azure Mobile Services ด้วย Android การ Delete Record |
|
|
|
|
|
|
|
สำเร็จแล้วครับ
Code (Android-Java)
mToDoTable.delete("37BBF396-11F0-4B39-85C8-B319C729AF6D", new TableDeleteCallback() {
public void onCompleted(Exception exception,
ServiceFilterResponse response) {
if(exception == null){
Log.i(TAG, "Object deleted");
}
}
});
|
|
|
|
|
Date :
2015-02-01 20:58:49 |
By :
tnants012345 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
จัดไปครับ
|
|
|
|
|
Date :
2015-02-02 10:47:37 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|