iControl.NetworkingProfileWCCPGRE.Beginset_wccp_version C# (CSharp) Method

Beginset_wccp_version() public method

public Beginset_wccp_version ( string profile_names, CommonProfileULong versions, System callback, object asyncState ) : System.IAsyncResult
profile_names string
versions CommonProfileULong
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_wccp_version(string [] profile_names,CommonProfileULong [] versions, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_wccp_version", new object[] {
            profile_names,
            versions}, callback, asyncState);
        }