iControl.NetworkingVLAN.Beginget_cmp_hash_algorithm C# (CSharp) Method

Beginget_cmp_hash_algorithm() public method

public Beginget_cmp_hash_algorithm ( string vlans, System callback, object asyncState ) : System.IAsyncResult
vlans string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_cmp_hash_algorithm(string [] vlans, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_cmp_hash_algorithm", new object[] {
            vlans}, callback, asyncState);
        }
NetworkingVLAN