iControl.PEMServiceChainEndpoint.Endget_service_endpoint_from_vlan C# (CSharp) Метод

Endget_service_endpoint_from_vlan() публичный Метод

public Endget_service_endpoint_from_vlan ( System asyncResult ) : string[][]
asyncResult System
Результат string[][]
        public string[][] Endget_service_endpoint_from_vlan(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((string [] [])(results[0]));
        }
PEMServiceChainEndpoint