mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-07-12 20:38: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">
|
/// <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.
|
/// with a specific host name associated with the cluster and is not accessible using the node IP address or node host name.
|
||||||
/// </param>
|
/// </param>
|
||||||
public static List<string> ListShares(INTFileStore namedPipeShare, string serverName, ShareType? shareType, out NTStatus status)
|
public static List<string> ListShares(INTFileStore namedPipeShare, string serverName, ShareType? shareType, out NTStatus status)
|
||||||
|
|
|
@ -60,7 +60,7 @@ namespace SMBLibrary.Client
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <param name="serverName">
|
/// <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.
|
/// with a specific host name associated with the cluster and is not accessible using the node IP address or node host name.
|
||||||
/// </param>
|
/// </param>
|
||||||
public bool Connect(string serverName, SMBTransportType transport)
|
public bool Connect(string serverName, SMBTransportType transport)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue