iControl.PEMForwardingEndpoint.Beginget_lsn_pool C# (CSharp) 메소드

Beginget_lsn_pool() 공개 메소드

public Beginget_lsn_pool ( string endpoints, System callback, object asyncState ) : System.IAsyncResult
endpoints string
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Beginget_lsn_pool(string [] endpoints, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_lsn_pool", new object[] {
            endpoints}, callback, asyncState);
        }