Aracılığıyla paylaş


UdpSingleSourceMulticastClient.Dispose Yöntem

Tanım

Dikkat

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Çok noktaya yayın grubundan ayrılır ve sınıfının geçerli örneği UdpSingleSourceMulticastClient ve temel alınan Sockettarafından kullanılan tüm kaynakları serbest bırakır.

public:
 virtual void Dispose();
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public void Dispose ();
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
abstract member Dispose : unit -> unit
override this.Dispose : unit -> unit
Public Sub Dispose ()

Uygulamalar

Öznitelikler

Açıklamalar

kullanmayı bitirdiğinizde öğesini çağırın DisposeUdpSingleSourceMulticastClient. Dispose yöntemi, öğesini UdpSingleSourceMulticastClient kullanılamaz durumda bırakır. çağrısından Disposesonra, çöp toplayıcısının UdpSingleSourceMulticastClient kaplayan belleği UdpSingleSourceMulticastClient geri kazanabilmesi için tüm başvurularını serbest bırakmanız gerekir.

öğesine son başvurunuzu yayınlamadan önce her zaman çağrısında Dispose bulunur UdpSingleSourceMulticastClient. Aksi takdirde, çöp toplayıcı nesnenin Finalize yöntemini çağırana UdpSingleSourceMulticastClient kadar kullandığı kaynaklar serbest kalır.

Şunlara uygulanır