iControl.LocalLBSNATPool.Beginget_member_statistics C# (CSharp) Method

Beginget_member_statistics() public method

public Beginget_member_statistics ( string snat_pools, string members, System callback, object asyncState ) : System.IAsyncResult
snat_pools string
members string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_member_statistics(string [] snat_pools,string [] [] members, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_member_statistics", new object[] {
            snat_pools,
            members}, callback, asyncState);
        }