iControl.SystemVCMP.Beginget_initial_image C# (CSharp) Method

Beginget_initial_image() public method

public Beginget_initial_image ( string guests, System callback, object asyncState ) : System.IAsyncResult
guests string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_initial_image(string [] guests, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_initial_image", new object[] {
            guests}, callback, asyncState);
        }
SystemVCMP