iControl.PEMServiceChainEndpoint.Beginremove_service_endpoint C# (CSharp) Method

Beginremove_service_endpoint() public method

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