iControl.ManagementApplicationTemplate.Beginget_prerequisite_bigip_version_maximum C# (CSharp) Method

Beginget_prerequisite_bigip_version_maximum() public method

public Beginget_prerequisite_bigip_version_maximum ( string templates, System callback, object asyncState ) : System.IAsyncResult
templates string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_prerequisite_bigip_version_maximum(string [] templates, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_prerequisite_bigip_version_maximum", new object[] {
            templates}, callback, asyncState);
        }
ManagementApplicationTemplate