C# Class SuperMap.Web.Service.RequestEventArgs

${mapping_ServiceRequest_RequestEventArgs_Tile}

${mapping_ServiceRequest_RequestEventArgs_Description}

Inheritance: System.ComponentModel.AsyncCompletedEventArgs
Afficher le fichier Open project: SuperMap/iClient-for-Silverlight Class Usage Examples

Méthodes publiques

Méthode Description
RequestEventArgs ( object state, Exception exception ) : System

${mapping_ServiceRequest_RequestEventArgs_constructor_Object_Exception_D}

RequestEventArgs ( object state, string result ) : System

${mapping_ServiceRequest_RequestEventArgs_constructor_Object_String_D}

Method Details

RequestEventArgs() public méthode

${mapping_ServiceRequest_RequestEventArgs_constructor_Object_Exception_D}
public RequestEventArgs ( object state, Exception exception ) : System
state object ${mapping_ServiceRequest_RequestEventArgs_constructor_Object_Exception_param_state}
exception System.Exception ${mapping_ServiceRequest_RequestEventArgs_constructor_Object_Exception_param_exception}
Résultat System

RequestEventArgs() public méthode

${mapping_ServiceRequest_RequestEventArgs_constructor_Object_String_D}
public RequestEventArgs ( object state, string result ) : System
state object ${mapping_ServiceRequest_RequestEventArgs_constructor_Object_Exception_param_state}
result string ${mapping_ServiceRequest_RequestEventArgs_constructor_Object_String_param_result}
Résultat System