SuperMap.Web.Mapping.DynamicLayer.Cancel C# (CSharp) Method

Cancel() protected method

${mapping_DynamicImageLayer_method_cancel_D}
protected Cancel ( ) : void
return void
        protected override void Cancel()
        {
            base.Cancel();
            this.requestID++;
        }