C# Class SuperMap.Web.Service.RequestEventArgs

${mapping_ServiceRequest_RequestEventArgs_Tile}

${mapping_ServiceRequest_RequestEventArgs_Description}

Inheritance: System.ComponentModel.AsyncCompletedEventArgs
Show file Open project: SuperMap/iClient-for-Silverlight Class Usage Examples

Public Methods

Method 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 method

${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}
return System

RequestEventArgs() public method

${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}
return System