iControl.LocalLBProfileSCTP.set_outbound_stream C# (CSharp) Method

set_outbound_stream() private method

private set_outbound_stream ( string profile_names, LocalLBProfileULong streams ) : void
profile_names string
streams LocalLBProfileULong
return void
        public void set_outbound_stream(
		string [] profile_names,
		LocalLBProfileULong [] streams
	)
        {
            this.Invoke("set_outbound_stream", new object [] {
                profile_names,
                streams});
        }
LocalLBProfileSCTP