FMWebSyncBasePublisherRequestEventArgsGeneric Class Reference

Inherits from FMWebSyncBasePublisherRequestEventArgs : FMWebSyncBasePublisherEventArgs : NSObject
Declared in FMWebSync.h

Overview

Generic base arguments for events that occur before a request is sent.

– requests

Gets the requests being sent to the server.

- (NSMutableArray *)requests

Discussion

Gets the requests being sent to the server.

Declared In

FMWebSync.h

– setRequests:

Sets the requests being sent to the server.

- (void)setRequests:(NSMutableArray *)value

Discussion

Sets the requests being sent to the server.

Declared In

FMWebSync.h