iControl.LocalLBContentPolicy.Beginremove_all_policy_requires C# (CSharp) 메소드

Beginremove_all_policy_requires() 공개 메소드

public Beginremove_all_policy_requires ( string policies, System callback, object asyncState ) : System.IAsyncResult
policies string
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Beginremove_all_policy_requires(string [] policies, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_all_policy_requires", new object[] {
            policies}, callback, asyncState);
        }
LocalLBContentPolicy