iControl.LocalLBProfileSCTP.get_outbound_stream C# (CSharp) Method

get_outbound_stream() private method

private get_outbound_stream ( string profile_names ) : LocalLBProfileULong[]
profile_names string
return LocalLBProfileULong[]
        public LocalLBProfileULong[] get_outbound_stream(
		string [] profile_names
	)
        {
            object [] results = this.Invoke("get_outbound_stream", new object [] {
                profile_names});
            return ((LocalLBProfileULong [])(results[0]));
        }
LocalLBProfileSCTP