Exemple #1
0
 public Task <Guid> EnableDisableProtocol(
     UserChangeRequestUserType protocol,
     UserChangeRequestOperationType operation,
     string dnsName,
     string location,
     string userName,
     string password,
     DateTimeOffset expiration)
 {
     return(underlying.EnableDisableProtocol(protocol, operation, dnsName, location, userName, password, expiration));
 }