iControl.ManagementLicenseAdministration.Beginget_module_expiry C# (CSharp) 메소드

Beginget_module_expiry() 공개 메소드

public Beginget_module_expiry ( CommonTMOSModule modules, System callback, object asyncState ) : System.IAsyncResult
modules CommonTMOSModule
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Beginget_module_expiry(CommonTMOSModule [] modules, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_module_expiry", new object[] {
            modules}, callback, asyncState);
        }