iControl.ManagementView.Beginget_view C# (CSharp) Method

Beginget_view() public method

public Beginget_view ( string view_names, System callback, object asyncState ) : System.IAsyncResult
view_names string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_view(string [] view_names, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_view", new object[] {
            view_names}, callback, asyncState);
        }