ChatterBox.Client.Win8dot1.Services.SignalingSocketOperation.Dispose C# (CSharp) Méthode

Dispose() public méthode

public Dispose ( ) : void
Résultat void
        public void Dispose()
        {
            // on win 8 the socket do not need its ownership to be transfered
			// as in win10 so it remains here for the lifetime of the app
        }
    }