CFStreamClientContext.Retain Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Call this method to retain the Info pointer.
public void Retain ();
member this.Retain : unit -> unit
Remarks
Every call to Retain must have a corresponding call to Release, otherwise memory might be leaked.