C# Class SuperMap.WindowsPhone.REST.GetMapStatusService

${WP_REST_GetMapStatusService_Title}

${WP_REST_GetMapStatusService_Description}

Inheritance: SuperMap.WindowsPhone.Service.ServiceBase
显示文件 Open project: SuperMap/iClient-for-Win8 Class Usage Examples

Public Methods

Method Description
GetMapStatusService ( ) : Newtonsoft.Json

${WP_REST_GetMapStatusService_Title}

GetMapStatusService ( string url ) : Newtonsoft.Json

${WP_REST_GetMapStatusService_constructor_String_D}

GetMapStatusService ( string url, int wkid ) : Newtonsoft.Json
ProcessAsync ( ) : Task

${WP_REST_GetMapStatusService_method_ProcessAsync_D}

Private Methods

Method Description
CheckUrl ( ) : void

Method Details

GetMapStatusService() public method

${WP_REST_GetMapStatusService_Title}
public GetMapStatusService ( ) : Newtonsoft.Json
return Newtonsoft.Json

GetMapStatusService() public method

${WP_REST_GetMapStatusService_constructor_String_D}
public GetMapStatusService ( string url ) : Newtonsoft.Json
url string ${WP_REST_GetMapStatusService_constructor_String_param_url}
return Newtonsoft.Json

GetMapStatusService() public method

public GetMapStatusService ( string url, int wkid ) : Newtonsoft.Json
url string
wkid int
return Newtonsoft.Json

ProcessAsync() public method

${WP_REST_GetMapStatusService_method_ProcessAsync_D}
public ProcessAsync ( ) : Task
return Task