SuperMap.Web.ISDotNET6.GetBusSolutionEventArgs.GetBusSolutionEventArgs C# (CSharp) Method

GetBusSolutionEventArgs() public method

${IS6_GetBusSolutionEventArgs_constructor_D}
public GetBusSolutionEventArgs ( GetBusSolutionResult result, string originResult, object token ) : SuperMap.Web.Service
result GetBusSolutionResult
originResult string
token object
return SuperMap.Web.Service
        public GetBusSolutionEventArgs(GetBusSolutionResult result, string originResult, object token)
            : base(token)
        {
            Result = result;
            OriginResult = originResult;
        }
GetBusSolutionEventArgs