iControl.NetworkingProfileLightweight4Over6Tunnel.Beginset_file C# (CSharp) Method

Beginset_file() public method

public Beginset_file ( string profile_names, CommonProfileString files, System callback, object asyncState ) : System.IAsyncResult
profile_names string
files CommonProfileString
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_file(string [] profile_names,CommonProfileString [] files, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_file", new object[] {
            profile_names,
            files}, callback, asyncState);
        }