iControl.PEMServiceChainEndpoint.Endget_service_endpoint_to_endpoint C# (CSharp) Method

Endget_service_endpoint_to_endpoint() public method

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