iControl.PEMServiceChainEndpoint.Endadd_service_endpoint C# (CSharp) Method

Endadd_service_endpoint() public method

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