Broadcast<T>.Destroy Method

Definition

Destroy all data and metadata related to this broadcast variable. Use this with caution; once a broadcast variable has been destroyed, it cannot be used again. This method blocks until destroy has completed.

public void Destroy ();
member this.Destroy : unit -> unit
Public Sub Destroy ()

Applies to