iControl.LocalLBProfileSCTP.set_inbound_stream C# (CSharp) Method

set_inbound_stream() private method

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