iControl.SystemVCMP.Beginget_module_provision_statistics C# (CSharp) 메소드

Beginget_module_provision_statistics() 공개 메소드

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