Android.Views.Surface.Release Method
Release the local reference to the server-side surface.

Syntax

[Android.Runtime.Register("release", "()V", "GetReleaseHandler")]
public virtual void Release ()

Remarks

Release the local reference to the server-side surface. Always call release() when you're done with a Surface. This will make the surface invalid.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14