FMWebSyncBaseClientEndEventArgsGeneric Class Reference

Inherits from FMWebSyncBaseClientEndEventArgs : FMWebSyncBaseClientEventArgs : NSObject
Declared in FMWebSync.h

Overview

Generic base arguments for events that occur after a response has been processed.

– methodArgs

Gets the original arguments passed into the client method.

- (NSObject *)methodArgs

Discussion

Gets the original arguments passed into the client method.

Declared In

FMWebSync.h

– setMethodArgs:

Sets the original arguments passed into the client method.

- (void)setMethodArgs:(NSObject *)value

Discussion

Sets the original arguments passed into the client method.

Declared In

FMWebSync.h