iControl.PEMServiceChainEndpoint.get_service_endpoint_option_type C# (CSharp) Method

get_service_endpoint_option_type() private method

private get_service_endpoint_option_type ( string endpoints, string service_endpoints ) : PEMServiceChainEndpointServiceOptionType[][]
endpoints string
service_endpoints string
return PEMServiceChainEndpointServiceOptionType[][]
        public PEMServiceChainEndpointServiceOptionType[][] get_service_endpoint_option_type(
		string [] endpoints,
		string [] [] service_endpoints
	)
        {
            object [] results = this.Invoke("get_service_endpoint_option_type", new object [] {
                endpoints,
                service_endpoints});
            return ((PEMServiceChainEndpointServiceOptionType [] [])(results[0]));
        }
PEMServiceChainEndpoint