iControl.ManagementGlobals.Beginset_local_file_path_prefixes C# (CSharp) Method

Beginset_local_file_path_prefixes() public method

public Beginset_local_file_path_prefixes ( string prefixes, System callback, object asyncState ) : System.IAsyncResult
prefixes string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_local_file_path_prefixes(string [] prefixes, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_local_file_path_prefixes", new object[] {
            prefixes}, callback, asyncState);
        }