iControl.LTConfigField.Beginget_value C# (CSharp) Method

Beginget_value() public method

public Beginget_value ( LTConfigClassInstanceKey class_instance_key, string field_instance_name, System callback, object asyncState ) : System.IAsyncResult
class_instance_key LTConfigClassInstanceKey
field_instance_name string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_value(LTConfigClassInstanceKey class_instance_key,string field_instance_name, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_value", new object[] {
            class_instance_key,
            field_instance_name}, callback, asyncState);
        }