SuperMap.Web.iServerJava6R.SpatialAnalyst.SpatialAnalystEventArgs.SpatialAnalystEventArgs C# (CSharp) Method

SpatialAnalystEventArgs() private method

${iServerJava6R_SpatialAnalystEventArgs_constructor_D}
private SpatialAnalystEventArgs ( SpatialAnalystResult result, string originResult, object state ) : SuperMap.Web.Service
result SpatialAnalystResult
originResult string
state object
return SuperMap.Web.Service
        internal SpatialAnalystEventArgs(SpatialAnalystResult result, string originResult, object state)
            : base(state)
        {
            this.Result = result;
            this.OriginResult = originResult;
        }
SpatialAnalystEventArgs