public void replace_supported_versions(
		string [] profile_names,
		LocalLBProfileSPDYProfileSupportedProtocolVersionSequence [] versions
	)
        {
            this.Invoke("replace_supported_versions", new object [] {
                profile_names,
                versions});
        }
 public System.IAsyncResult Beginreplace_supported_versions(string [] profile_names,LocalLBProfileSPDYProfileSupportedProtocolVersionSequence [] versions, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("replace_supported_versions", new object[] {
     profile_names,
     versions}, callback, asyncState);
 }