iControl.LocalLBProfileSCTP.Beginset_outbound_stream C# (CSharp) Method

Beginset_outbound_stream() public method

public Beginset_outbound_stream ( string profile_names, LocalLBProfileULong streams, System callback, object asyncState ) : System.IAsyncResult
profile_names string
streams LocalLBProfileULong
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_outbound_stream(string [] profile_names,LocalLBProfileULong [] streams, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_outbound_stream", new object[] {
            profile_names,
            streams}, callback, asyncState);
        }
LocalLBProfileSCTP