Contents

invalidate()

Invalidate the session by stopping any operations.

Declaration

func invalidate()

Discussion

This call breaks any retain cycles. The session is unusable after calling invalidate.

See Also

Managing the session life cycle