iControl.LocalLBProfileDiameter.Beginset_origin_realm_to_server C# (CSharp) Method

Beginset_origin_realm_to_server() public method

public Beginset_origin_realm_to_server ( string profile_names, LocalLBProfileString realms, System callback, object asyncState ) : System.IAsyncResult
profile_names string
realms LocalLBProfileString
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_origin_realm_to_server(string [] profile_names,LocalLBProfileString [] realms, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_origin_realm_to_server", new object[] {
            profile_names,
            realms}, callback, asyncState);
        }
LocalLBProfileDiameter