Example #1
0
        public setGenerationContextResponse setGenerationContext([System.Xml.Serialization.XmlElementAttribute("setGenerationContext", Namespace = "")] setGenerationContext setGenerationContext1)
        {
            object[] results = this.Invoke("setGenerationContext", new object[] {
                setGenerationContext1
            });

            return((setGenerationContextResponse)(results[0]));
        }
Example #2
0
 /// <remarks/>
 public System.IAsyncResult BeginsetGenerationContext(setGenerationContext setGenerationContext1, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("setGenerationContext", new object[] {
                                                                      setGenerationContext1}, callback, asyncState);
 }
Example #3
0
 /// <remarks/>
 public System.IAsyncResult BeginsetGenerationContext(setGenerationContext setGenerationContext1, System.AsyncCallback callback, object asyncState)
 {
     return(this.BeginInvoke("setGenerationContext", new object[] {
         setGenerationContext1
     }, callback, asyncState));
 }