/// <remarks/> public void getMotivationCodesAsync(getMotivationCodesRequest getMotivationCodesRequest, object userState) { if ((this.getMotivationCodesOperationCompleted == null)) { this.getMotivationCodesOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetMotivationCodesOperationCompleted); } this.InvokeAsync("getMotivationCodes", new object[] { getMotivationCodesRequest}, this.getMotivationCodesOperationCompleted, userState); }
/// <remarks/> public void getMotivationCodesAsync(getMotivationCodesRequest getMotivationCodesRequest) { this.getMotivationCodesAsync(getMotivationCodesRequest, null); }