iControl.PEMServiceChainEndpoint.Enddelete_service_chain_endpoint C# (CSharp) Method

Enddelete_service_chain_endpoint() public method

public Enddelete_service_chain_endpoint ( System asyncResult ) : void
asyncResult System
return void
        public void Enddelete_service_chain_endpoint(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }
PEMServiceChainEndpoint