共用方式為


MKETAHandler 代理人

定義

呼叫 的 CalculateETA(MKETAHandler) 完成處理常式。

public delegate void MKETAHandler(MKETAResponse response, NSError error);
type MKETAHandler = delegate of MKETAResponse * NSError -> unit

參數

response
MKETAResponse

如果要求成功,則傳回 。

error
NSError

如果不是 null ,則要求發生錯誤。

適用於