C# Class SuperMap.WinRT.REST.GetLayersInfoService

${REST_GetLayersInfoService_Title}

${REST_GetLayersInfoService_Description}

Inheritance: SuperMap.WinRT.Service.ServiceBase
Show file Open project: SuperMap/iClient-for-Win8 Class Usage Examples

Public Methods

Method Description
GetLayersInfoService ( ) : System

${REST_GetLayersInfoService_constructor_None_D}

GetLayersInfoService ( string url ) : System

${REST_GetLayersInfoService_constructor_String_D}

ProcessAsync ( ) : Task

${REST_GetLayersInfoService_method_ProcessAsync_D}

Private Methods

Method Description
CheckUrl ( ) : void

Method Details

GetLayersInfoService() public method

${REST_GetLayersInfoService_constructor_None_D}
public GetLayersInfoService ( ) : System
return System

GetLayersInfoService() public method

${REST_GetLayersInfoService_constructor_String_D}
public GetLayersInfoService ( string url ) : System
url string ${REST_GetLayersInfoService_constructor_String_param_url}
return System

ProcessAsync() public method

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