mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-07-12 12:28:09 +02:00
Documentation XML syntax corrections
This commit is contained in:
parent
027b4652fa
commit
02c4ab2e22
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ namespace SMBLibrary.Client
|
|||
}
|
||||
|
||||
/// <param name="serverName">
|
||||
/// When a Windows Server host is using Failover Cluster & Cluster Shared Volumes, each of those CSV file shares is associated
|
||||
/// When a Windows Server host is using Failover Cluster and Cluster Shared Volumes, each of those CSV file shares is associated
|
||||
/// with a specific host name associated with the cluster and is not accessible using the node IP address or node host name.
|
||||
/// </param>
|
||||
public static List<string> ListShares(INTFileStore namedPipeShare, string serverName, ShareType? shareType, out NTStatus status)
|
||||
|
|
|
@ -60,7 +60,7 @@ namespace SMBLibrary.Client
|
|||
}
|
||||
|
||||
/// <param name="serverName">
|
||||
/// When a Windows Server host is using Failover Cluster & Cluster Shared Volumes, each of those CSV file shares is associated
|
||||
/// When a Windows Server host is using Failover Cluster and Cluster Shared Volumes, each of those CSV file shares is associated
|
||||
/// with a specific host name associated with the cluster and is not accessible using the node IP address or node host name.
|
||||
/// </param>
|
||||
public bool Connect(string serverName, SMBTransportType transport)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue