Contents

perform(handler:)

Performs an asynchronous request and calls the specified handler when done.

Declaration

func perform(handler: SLRequestHandler!)

Parameters

  • handler:

    The handler to call when the request is done. The parameters for this handler are described in Slrequesthandler. This handler is not guaranteed to be called on any particular thread and should not be nil.

See Also

Sending a Request