iControl.NetworkingVLANGroup.Beginget_member C# (CSharp) 메소드

Beginget_member() 공개 메소드

public Beginget_member ( string vlan_groups, System callback, object asyncState ) : System.IAsyncResult
vlan_groups string
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Beginget_member(string [] vlan_groups, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_member", new object[] {
            vlan_groups}, callback, asyncState);
        }
NetworkingVLANGroup