コード例 #1
0
        public GlobalLBMonitorStringValue[] get_template_string_property(
		string [] template_names,
		GlobalLBMonitorStrPropertyType [] property_types
	)
        {
            object [] results = this.Invoke("get_template_string_property", new object [] {
                template_names,
                property_types});
            return ((GlobalLBMonitorStringValue [])(results[0]));
        }
コード例 #2
0
 public System.IAsyncResult Beginget_template_string_property(string [] template_names,GlobalLBMonitorStrPropertyType [] property_types, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("get_template_string_property", new object[] {
     template_names,
     property_types}, callback, asyncState);
 }