iControl.PEMServiceChainEndpoint.Beginset_service_endpoint_from_vlan C# (CSharp) Method

Beginset_service_endpoint_from_vlan() public method

public Beginset_service_endpoint_from_vlan ( string endpoints, string service_endpoints, string vlans, System callback, object asyncState ) : System.IAsyncResult
endpoints string
service_endpoints string
vlans string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_service_endpoint_from_vlan(string [] endpoints,string [] [] service_endpoints,string [] [] vlans, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_service_endpoint_from_vlan", new object[] {
            endpoints,
            service_endpoints,
            vlans}, callback, asyncState);
        }
PEMServiceChainEndpoint