SuperMap.Web.iServerJava6R.NetworkAnalyst.FindLocationAnalystEventArgs.FindLocationAnalystEventArgs C# (CSharp) Method

FindLocationAnalystEventArgs() public method

${iServerJava6R_FindLocationEventArgs_constructor_D}
public FindLocationAnalystEventArgs ( FindLocationAnalystResult result, string originResult, object token ) : SuperMap.Web.Service
result FindLocationAnalystResult
originResult string
token object
return SuperMap.Web.Service
        public FindLocationAnalystEventArgs(FindLocationAnalystResult result, string originResult, object token)
            : base(token)
        {
            Result = result;
            OriginResult = originResult;
        }
FindLocationAnalystEventArgs