iControl.PEMServiceChainEndpoint.Endremove_service_endpoint C# (CSharp) Method

Endremove_service_endpoint() public method

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