iControl.PEMServiceChainEndpoint.Beginset_service_endpoint_order C# (CSharp) Method

Beginset_service_endpoint_order() public method

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