iControl.PEMServiceChainEndpoint.Beginset_service_endpoint_to_endpoint C# (CSharp) Method

Beginset_service_endpoint_to_endpoint() public method

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