iControl.LocalLBProfilePCP.Beginget_third_party_allowed_subnet C# (CSharp) Method

Beginget_third_party_allowed_subnet() public method

public Beginget_third_party_allowed_subnet ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_third_party_allowed_subnet(string [] profile_names, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_third_party_allowed_subnet", new object[] {
            profile_names}, callback, asyncState);
        }
LocalLBProfilePCP