iControl.LocalLBProfileSIP.Beginset_maximum_sessions_per_registration C# (CSharp) Method

Beginset_maximum_sessions_per_registration() public method

public Beginset_maximum_sessions_per_registration ( string profile_names, LocalLBProfileULong values, System callback, object asyncState ) : System.IAsyncResult
profile_names string
values LocalLBProfileULong
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_maximum_sessions_per_registration(string [] profile_names,LocalLBProfileULong [] values, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_maximum_sessions_per_registration", new object[] {
            profile_names,
            values}, callback, asyncState);
        }
LocalLBProfileSIP