iControl.LocalLBProfileSPDY.replace_supported_versions C# (CSharp) Method

replace_supported_versions() private method

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