Server.Network.FeatureProtection.Disable C# (CSharp) Méthode

Disable() public static méthode

public static Disable ( ThirdPartyFeature feature ) : void
feature ThirdPartyFeature
Résultat void
		public static void Disable( ThirdPartyFeature feature )
		{
			SetDisabled( feature, true );
		}