iControl.ManagementGlobals.Beginget_local_file_path_prefixes C# (CSharp) Method

Beginget_local_file_path_prefixes() public method

public Beginget_local_file_path_prefixes ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_local_file_path_prefixes(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_local_file_path_prefixes", new object[0], callback, asyncState);
        }