iControl.PEMServiceChainEndpoint.Beginadd_service_endpoint C# (CSharp) Method

Beginadd_service_endpoint() public method

public Beginadd_service_endpoint ( string endpoints, string service_endpoints, string vlans, string to_endpoints, long orders, System callback, object asyncState ) : System.IAsyncResult
endpoints string
service_endpoints string
vlans string
to_endpoints string
orders long
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginadd_service_endpoint(string [] endpoints,string [] [] service_endpoints,string [] [] vlans,string [] [] to_endpoints,long [] [] orders, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("add_service_endpoint", new object[] {
            endpoints,
            service_endpoints,
            vlans,
            to_endpoints,
            orders}, callback, asyncState);
        }
PEMServiceChainEndpoint