iControl.LocalLBProfileSPDY.Beginreplace_supported_versions C# (CSharp) Method

Beginreplace_supported_versions() public method

public Beginreplace_supported_versions ( string profile_names, LocalLBProfileSPDYProfileSupportedProtocolVersionSequence versions, System callback, object asyncState ) : System.IAsyncResult
profile_names string
versions LocalLBProfileSPDYProfileSupportedProtocolVersionSequence
callback System
asyncState object
return System.IAsyncResult
        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);
        }
LocalLBProfileSPDY