SetStateAccountRequest state = new SetStateAccountRequest();
//// Set the Request Object's Properties
state.AccountState = AccountState.Inactive;
state.AccountStatus = 2;
state.EntityId = account.accountid.Value;
service.ExecuteCompleted += new EventHandler
service.ExecuteAsync(state);
No comments:
Post a Comment