iControl.PEMServiceChainEndpoint.Endget_service_endpoint_option_type C# (CSharp) Method

Endget_service_endpoint_option_type() public method

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