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

Beginget_feed_user() 공개 메소드

public Beginget_feed_user ( 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_user(string [] lists,string [] [] feeds, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_feed_user", new object[] {
            lists,
            feeds}, callback, asyncState);
        }
SecurityIPIntelligenceFeedList