FMWebSyncBasePublisherRequestEventArgs Class Reference

Inherits from FMWebSyncBasePublisherEventArgs : NSObject
Declared in FMWebSync.h

Overview

Base arguments for events that occur before a request is sent.

– cancel

Gets whether or not to cancel the request. If set to true, the request will not be processed. Defaults to false.

- (bool)cancel

Discussion

Gets whether or not to cancel the request. If set to true, the request will not be processed. Defaults to false.

Declared In

FMWebSync.h

– setCancel:

Sets whether or not to cancel the request. If set to true, the request will not be processed. Defaults to false.

- (void)setCancel:(bool)value

Discussion

Sets whether or not to cancel the request. If set to true, the request will not be processed. Defaults to false.

Declared In

FMWebSync.h