示例#1
0
        public ZLAW_I_SET_DM_USERSResponse ZLAW_I_SET_DM_USERS([System.Xml.Serialization.XmlElementAttribute("ZLAW_I_SET_DM_USERS", Namespace = "urn:sap-com:document:sap:rfc:functions")] ZLAW_I_SET_DM_USERS ZLAW_I_SET_DM_USERS1)
        {
            object[] results = this.Invoke("ZLAW_I_SET_DM_USERS", new object[] {
                ZLAW_I_SET_DM_USERS1
            });

            return((ZLAW_I_SET_DM_USERSResponse)(results[0]));
        }
示例#2
0
 /// <remarks/>
 public void ZLAW_I_SET_DM_USERSAsync(ZLAW_I_SET_DM_USERS ZLAW_I_SET_DM_USERS1, object userState)
 {
     if ((this.ZLAW_I_SET_DM_USERSOperationCompleted == null))
     {
         this.ZLAW_I_SET_DM_USERSOperationCompleted = new System.Threading.SendOrPostCallback(this.OnZLAW_I_SET_DM_USERSOperationCompleted);
     }
     this.InvokeAsync("ZLAW_I_SET_DM_USERS", new object[] {
         ZLAW_I_SET_DM_USERS1
     }, this.ZLAW_I_SET_DM_USERSOperationCompleted, userState);
 }
示例#3
0
 /// <remarks/>
 public void ZLAW_I_SET_DM_USERSAsync(ZLAW_I_SET_DM_USERS ZLAW_I_SET_DM_USERS1)
 {
     this.ZLAW_I_SET_DM_USERSAsync(ZLAW_I_SET_DM_USERS1, null);
 }