iControl.LocalLBProfileSPDY.replace_supported_versions C# (CSharp) Méthode

replace_supported_versions() private méthode

private replace_supported_versions ( string profile_names, LocalLBProfileSPDYProfileSupportedProtocolVersionSequence versions ) : void
profile_names string
versions LocalLBProfileSPDYProfileSupportedProtocolVersionSequence
Résultat void
        public void replace_supported_versions(
		string [] profile_names,
		LocalLBProfileSPDYProfileSupportedProtocolVersionSequence [] versions
	)
        {
            this.Invoke("replace_supported_versions", new object [] {
                profile_names,
                versions});
        }
LocalLBProfileSPDY