iControl.SecurityIPIntelligenceFeedList.Beginget_feed_password C# (CSharp) 메소드

Beginget_feed_password() 공개 메소드

public Beginget_feed_password ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult
lists string
feeds string
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Beginget_feed_password(string [] lists,string [] [] feeds, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_feed_password", new object[] {
            lists,
            feeds}, callback, asyncState);
        }
SecurityIPIntelligenceFeedList