<UploadDelegate>协议参考

响应回调函数,在客户端与服务器交互过程中自动回调。 更多...

所有成员的列表。

公有成员

(void) - upLoadStatus:exception:
 收到服务器响应结果时回调。
(void) - commitDatasetEndFrom:toDatasetURL:exception:returningResponse:error:

详细描述

响应回调函数,在客户端与服务器交互过程中自动回调。


成员函数文档

- (void) commitDatasetEndFrom: (DatasetVector *)  dataset
toDatasetURL: (NSString *)  urlDataset
exception: (NSException *)  exception
returningResponse: (NSURLResponse *)  response
error: (NSError *)  error 
[optional]
- (void) upLoadStatus: (NSString *)  result
exception: (NSException *)  resMsg 
[optional]

收到服务器响应结果时回调。

当用户使用特定服务后,服务端返回的数据结果将以此回调返回。

参数:
resMsg 服务端返回的异常信息,当服务请求成功时,exception为空,服务请求失败时,该参数存储服务端返回的异常信息。
result 上传成功信息。

该协议的文档由以下文件生成: